Last active
September 23, 2018 07:15
-
-
Save dineshsonachalam/0239a2057bb063aa8bc90d34a2dbeab2 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
import first_module | |
print(first_module.temp) | |
first_module.hello() | |
print(my_module.__name__) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment