Skip to content

Python

I learned Python

print("Hello, World!")

for i in range(10):
    print(i)