Maybe you have tried using decimal numbers in your restaurant adventure. If you did, you probably noticed that Hedy didn't understand them yet and always rounded off. From this level on you can use decimal numbers.

burger = 5
drink = 2
total = burger + drink
print 'You have ordered a burger and a drink'
print 'That costs ' total ' dollars please'
Latest update: 2025 May 02(809e63)