one = 1
two = 2
three = 3
four = one + 3
print(four)
hello = "hello"
world = "world"
helloWorld = hello + " " + world
print(helloWorld)
3.2m questions
4.1m answers