Run ยป
Result Size:
625 x 571
x = range(6) for n in x: print(n)
โ
x
x
=
range
(
6
)
โ
for
n
in
x
:
print
(
n
)
โ
0
1
2
3
4
5