You need to enable JavaScript to run this app.
βeta
Login
Sign Up
Autocomplete
Prepare offline
Guide
Starting Python for the first time. This may take 10–15 seconds on a slow connection. Future runs will be much faster.
main.py
+
⬆
1
2
3
4
5
6
7
8
9
# Write your Python code here
# Regular Python code runs with Pyodide
# Use 'import turtle' to activate Brython graphics
def
main
(
)
:
print
(
"Hello Python!"
)
if
__name__
==
"__main__"
:
main
(
)
Script
REPL
Starting Python...
A-
13px
A+
Copy
Clear