experimenting.py 108 Bytes
Newer Older
Adam Blank's avatar
Adam Blank committed
1
# Hello!
Adam Blank's avatar
Adam Blank committed
2
3
4
5
6
# f(x) = x^2
x = 5
s = "hello world"
combination = "hello world " + str(5)
print(s + " " + str(x))