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
Get step-by-step solutions from verified subject matter experts
