Question: Using Python create the following problem Create a package with two modules. In the first module, write a function called gradeBook() that should accept student

Using Python create the following problem

Create a package with two modules. In the first module, write a function called gradeBook() that should accept student name and total point, and display both to screen. The point value should default to 0. For the second module, create a function called studentProfile() that can accept two arguments, name and age, and print its value. Then write a separate script that imports both modules as "x" and "Y". Call both functions with proper arguments.

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!