print(2 + 2, 7 > 2)
print("Hello Lecture 1!" + " How are you?")

x = 2
y = 5
z = 8

name = "Kelly"
print(name)