Skip to content

Instantly share code, notes, and snippets.

@jcdyer
Created March 17, 2022 15:41
Show Gist options
  • Save jcdyer/c7b14d6596b09b8e0c4649c3e6140b13 to your computer and use it in GitHub Desktop.
Save jcdyer/c7b14d6596b09b8e0c4649c3e6140b13 to your computer and use it in GitHub Desktop.
Test gist loading
def add_and_double(x, y):
return 2 * (x + y)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment