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