Write any Python here and press Run to execute it. Great for testing an idea, checking what a built-in does, or just messing around.
for i in range(5):
print(i, i ** 2)
Write any Python here and press Run to execute it. Great for testing an idea, checking what a built-in does, or just messing around.
for i in range(5):
print(i, i ** 2)Press Run to execute your code.