Run Python 3 code in the browser. Great for quick scripts and interview prep. Python 3 standard library.
Looking for more? Try the multi-language IDE, or jump into real online assessment questions.
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}!")