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)

Built With

Share this project:

Updates