Run ❯
Get your
own Python
server
×
Change Orientation
Change Theme, Dark/Light
Go to Spaces
print("Hello, World!") x = "Python" y = "is" z = "awesome" print(x, y, z)
Hello, World!
Python is awesome