4 lines
61 B
Python
4 lines
61 B
Python
![]() |
for i in range(2):
|
||
|
for j in range(3):
|
||
|
print i, j
|