whatsthecodeforthat.com
What's the code for for-loops in python?
for i in range(10): print(i)