age = 30 city = "Berlin" price = 19.95 print(age) print(city) print(price)
Click Run to execute this code.