Your python code
for i in range(10):
print("test", i)
Execute your python code
test 0
test 1
test 2
test 3
test 4
test 5
test 6
test 7
test 8
test 9
Made by @hakancelik
Coogger Updates - Comment Section Improved | Embed for Detail and Reply Page | Supporters Page | V1.4-beta.0
for i in range(10):
print("test", i)
test 0
test 1
test 2
test 3
test 4
test 5
test 6
test 7
test 8
test 9