Create a program that determines ice cream size based on price
n=int(input("How much would you like to pay for an ice cream?"))
if(n<2):
print("Small ice cream")
elif(n<4):
print("Medium ice cream")
else:
print("Large ice cream")
NOTE : PLEASE COMMENT BELOW IF YOU HAVE CONCERNS.
I AM HERE TO HELP YOUIF YOU LIKE MY ANSWER PLEASE RATE AND HELP ME IT IS VERY IMP FOR ME
Get Answers For Free
Most questions answered within 1 hours.