3 lines
No EOL
32 B
Python
3 lines
No EOL
32 B
Python
n = 1
|
|
while n != 20:
|
|
n = n + 2 |