experimenting.py 108 Bytes
# Hello!
# f(x) = x^2
x = 5
s = "hello world"
combination = "hello world " + str(5)
print(s + " " + str(x))