price = 10
rating = 4.9
name = "Oliver"
is_published = False
print(price)

Python Exercise:

name = "John Smith"
age = 20
new_Patient = True