demo_variables3.py:
x = "awesome" print("Python is " + x)
C:\Users\My Name>python demo_variables3.py
Python is awesome