demo_variables3.py:
x = "awesome" print("Python is " + x)
➜ begtut>python demo_variables3.py
Python is awesome