6 lines
No EOL
53 B
Python
6 lines
No EOL
53 B
Python
a = 3
|
|
b = 6
|
|
if a > 5 or b != 3:
|
|
b = 4
|
|
else:
|
|
b = 2 |