π Python Lab
Write Python code, click βRun Pythonβ, and see the output below. Lessons on the right go from easy β intermediate β hard.
Editor
# Welcome to the Python Lab # Try editing this and click "Run Python". def greet(name): return f"Hello, {name} from FileConverter Lab!" print(greet("Jerrod"))
βΆ Run Python
β« Clear output
Built with Skulpt (Python in the browser).