Last active
August 27, 2018 14:12
-
-
Save martinleblanc/ba0ea03ffc197d8110c106c60626b0a1 to your computer and use it in GitHub Desktop.
question1.py
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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