a=float(input("Enter cost of burger")) b=float(input("Enter cost of milkshake")) c=float(input("Enter cost of dessert ")) a=int(a) b=int(b) c=int(c) print("burger", a) print("milkshake", b) print("dessert", c)
Solo
a=float(input("Enter cost of burger")) b=float(input("Enter cost of milkshake")) c=float(input("Enter cost of dessert ")) a=int(a) b=int(b) c=int(c) print("burger", a) print("milkshake", b) print("dessert", c)
Leave feedback in the comments!
Log in or sign up for Devpost to join the conversation.