5 lines
37 B
Plaintext
5 lines
37 B
Plaintext
|
|
x=2
|
||
|
|
y=5
|
||
|
|
z = x + y
|
||
|
|
zz = z * x
|
||
|
|
print zz
|