Skip to content

Instantly share code, notes, and snippets.

@Juddling
Created July 22, 2015 19:24
Show Gist options
  • Select an option

  • Save Juddling/3847551701191a541586 to your computer and use it in GitHub Desktop.

Select an option

Save Juddling/3847551701191a541586 to your computer and use it in GitHub Desktop.
def combine(x, y):
return x + y
print(combine(2, 4))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment