Skip to content

Instantly share code, notes, and snippets.

@camsom
Created January 31, 2015 23:41
Show Gist options
  • Save camsom/c1b4e8c6b74172f33491 to your computer and use it in GitHub Desktop.
Save camsom/c1b4e8c6b74172f33491 to your computer and use it in GitHub Desktop.
def by_ten(x):
return x * 10
print by_ten(4)
# output should be 40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment