You need to enable JavaScript to run this app.
βeta
Login
Sign Up
Autocomplete
Guide
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
(
)
A-
13px
A+
Copy
Clear