AIET Python Editor
# Write your Python code here def greet(name): return f"Hello, {name}! Welcome to the browser editor." print(greet("Developer")) # Let's do some math for i in range(1, 6): print(f"Square of {i} is {i**2}")
Loading Python Engine...
Please wait, initializing Pyodide (Python WebAssembly)...