Thinker
Blox
Python workspace
EN
Sign in
main.py
Write and run Python
Saved locally
Download .py
Run
1 2 3 4 5 6 7 8 9
# main.py # Write Python here, then press Ctrl + Enter to run. def greet(name: str) -> str: return f"Hello, {name}" print(greet("ThinkerBlox"))
Program output
No run yet. Press Run or Ctrl + Enter.