4 lines
31 B
Plaintext
4 lines
31 B
Plaintext
|
|
x = 10
|
||
|
|
y = 5
|
||
|
|
z = x + y
|
||
|
|
print z
|