Skip to content

Instantly share code, notes, and snippets.

@martinleblanc
Last active August 27, 2018 14:12
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save martinleblanc/ba0ea03ffc197d8110c106c60626b0a1 to your computer and use it in GitHub Desktop.
Save martinleblanc/ba0ea03ffc197d8110c106c60626b0a1 to your computer and use it in GitHub Desktop.
question1.py
# module1
import module2
def function1():
module2.function2()
def function3():
print('Goodbye, World!')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment