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 : Handle user input Write code in app.py that prompts the user to choose an option. If the user chooses option : Print "TODO: Write Login Functionality". Repeat the request to choose an option. If the user chooses option : Print "TODO: Write Register Functionality". Repeat the request to choose an option. If the user chooses option : Print "TODO: Write Donate Functionality". Repeat the request to choose an option. If the user chooses option : Print: "TODO: Write Show Donations Functionality". If the user chooses option : 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 : 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
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
