print("Hello" + "2")
print(7 - 3)

9 < 12
print("Hello World!") # Ignore me!
print("My favorite number is", 42, "and", 4)
# I am a comment!