You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
''' This is an entry level exercise on conditional statements from Python MOOC 2024, I wanted to share it just because I am pretty proud of the unorthodox solution I came up with :D
Please write a program which asks for the user's name. If the name is anything but "Jerry",
the program then asks for the number of portions and prints out the total cost. The price of a single portion is 5.90.