Run ❯
Get your
own
website
×
Change Orientation
x = "awesome" def myfunc(): print("Python is " + x) myfunc()
Python is awesome