Choose a lesson to begin
Select a tutorial from the sidebar to get started, or write your own Python code in the editor.
Try typing this in the code editor:
print("Hello, World!") x = 10 y = 20 print(f"The sum is {x + y}")