Question: Task 3 : Handle user input Write code in app.py that prompts the user to choose an option. If the user chooses option 1 :

Task 3: Handle user input Write code in app.py that prompts the user to choose an option. If the user chooses option 1: Print "TODO: Write Login Functionality". Repeat the request to choose an option. If the user chooses option 2: Print "TODO: Write Register Functionality". Repeat the request to choose an option. If the user chooses option 3: Print "TODO: Write Donate Functionality". Repeat the request to choose an option. If the user chooses option 4: Print: "TODO: Write Show Donations Functionality". If the user chooses option 5: Print a goodbye message and end the program. NOTE: In the following tasks, you will replace the "TODO" print statements with actual functionality. Test Task 3: Confirm that if a user chooses any of the options, that your program responds according to your logic.

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!