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