Skip to content

Instantly share code, notes, and snippets.

@theXYZT
Created October 15, 2020 05:02
Show Gist options
  • Save theXYZT/ddfb0474af8b8784d9b509685cedc088 to your computer and use it in GitHub Desktop.
Save theXYZT/ddfb0474af8b8784d9b509685cedc088 to your computer and use it in GitHub Desktop.
Some test module
def add(x, y):
return x + y
def multiply(x, y):
return x * y
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment