Skip to content

Instantly share code, notes, and snippets.

@gustheman
Last active January 19, 2022 17:13
Show Gist options
  • Save gustheman/0e85f4b814d940d2379105c30b24cefb to your computer and use it in GitHub Desktop.
Save gustheman/0e85f4b814d940d2379105c30b24cefb to your computer and use it in GitHub Desktop.
magics_test.py
print('this is Python file to test some magics')
def my_function(a, b, c):
print(a, b, c)
return a + b + c
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment