4 lines
40 B
Plaintext
4 lines
40 B
Plaintext
|
|
x = 20
|
||
|
|
if x < 10:
|
||
|
|
print x
|
||
|
|
print -300
|