6 lines
62 B
Plaintext
6 lines
62 B
Plaintext
g = 2
|
|
|
|
fn suma(x, y):
|
|
return x + y
|
|
|
|
x = suma(5, 2) - g + 1 |