Question: Python Exercise: # 1. Write a function called enrollment that just prints the following: I am enrolled in CIS156. # No arguments should be passed
Python Exercise:
# 1. Write a function called enrollment that just prints the following: I am enrolled in CIS156. # No arguments should be passed into the function and the function should not return a value (2 pts.). # 2. Write a statement to call the enrollment function (1 pt.). # 3. Write a function named greeting. The function should accept ONE argument, the # name of the person you are greeting and PRINT the following: Hello
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
