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
name=input("Please tell me your name: ")
if name!="Jerry":
portions=int(input("How many portions of soup? "))
print(f"The total cost is {portions*5.90}")
print("Next Please!")
I believe this is the right answer, but it was not accepted
The text was updated successfully, but these errors were encountered:
In soup nor no soup I entered the following code
Write your solution here
name=input("Please tell me your name: ")
if name!="Jerry":
portions=int(input("How many portions of soup? "))
print(f"The total cost is {portions*5.90}")
print("Next Please!")
I believe this is the right answer, but it was not accepted
The text was updated successfully, but these errors were encountered: