Skip to content

Instantly share code, notes, and snippets.

@martinleblanc
Created August 27, 2018 14:13
Show Gist options
  • Save martinleblanc/c3509ab0014e0e79d9fe7d9f62dde6cd to your computer and use it in GitHub Desktop.
Save martinleblanc/c3509ab0014e0e79d9fe7d9f62dde6cd to your computer and use it in GitHub Desktop.
question1-2.py
# module2
import module1
def function2():
print('Hello, World!')
module1.function3()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment