Skip to content

Instantly share code, notes, and snippets.

@MoisesTedeschi
Created May 18, 2020 15:45
Show Gist options
  • Select an option

  • Save MoisesTedeschi/9b6ca264c509cb4394324fbe457962cd to your computer and use it in GitHub Desktop.

Select an option

Save MoisesTedeschi/9b6ca264c509cb4394324fbe457962cd to your computer and use it in GitHub Desktop.
Retornos_funcao
def soma(x, y):
result = x + y
return result
print(soma(10, 20))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment