Created
August 27, 2018 14:13
-
-
Save martinleblanc/c3509ab0014e0e79d9fe7d9f62dde6cd to your computer and use it in GitHub Desktop.
question1-2.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
# 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