6 lines
60 B
Python
6 lines
60 B
Python
variavel_modulo = 'Luiz'
|
|
|
|
|
|
def soma(x, y):
|
|
return x + y
|