Run Python 3 code in the browser. Great for quick scripts and interview prep.
Runtime: Python 3 standard library.
print("Hello, world!") # Read input name = input("Your name: ") print(f"Hi, {name}!")