Question: Step 3 : Input Ask the user ( prompt the user ) to enter the data needed in this program. For example: print ( '

Step 3: Input
Ask the user (prompt the user) to enter the data needed in this program. For example:
print('Enter student name: ')
StudentName = input()
Just remember to add a space at the end of the prompt, so the data that is entered by the user is not added just next to the ':'.
Continue adding the statements for the other inputs.

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 Programming Questions!