3 lines
27 B
Plaintext
3 lines
27 B
Plaintext
|
|
x = 5
|
||
|
|
z = x > 2
|
||
|
|
print x + z
|