4 lines
No EOL
39 B
Python
4 lines
No EOL
39 B
Python
if x < 4:
|
|
x = x + 3
|
|
else:
|
|
x = x - 3 |