These are the steps that is going to happen.
Display The Menu with the price: The Menu Should Be Written With The print() command.
Have A input box ready: The Input Box Should be written with the input() command or any other command inside python
Respond to that input by adding up the total of the persons order and tell him the price: Use the math keys to calculate the order
Finish Up The Script By Saying A Nice Line: You May Put Any Sentence that looks good to you
Here Are the Requirements that are needed for this challenge:
Needs to have if loop
Needs to have a menu at the beginning
No Modules To Import
Maximum is Unlimited Lines
Minimum is 5 Lines