Skip to content

Instantly share code, notes, and snippets.

@renzon
Created June 4, 2018 15:17
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save renzon/39ebda6d5dd5ef78b1ab3159b2e47ebb to your computer and use it in GitHub Desktop.
Save renzon/39ebda6d5dd5ef78b1ab3159b2e47ebb to your computer and use it in GitHub Desktop.
Classe SOma
class Soma:
def soma(a, b, c=0):
return a+b+c
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment