4 lines
39 B
Python
4 lines
39 B
Python
n = 1
|
|
for i in range(4):
|
|
n = n + 2
|
n = 1
|
|
for i in range(4):
|
|
n = n + 2
|