Skip to content

Instantly share code, notes, and snippets.

@JackInTaiwan
Created May 3, 2019 04:36
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 JackInTaiwan/fb6d11ee5755fa59988e4d5a02a799bc to your computer and use it in GitHub Desktop.
Save JackInTaiwan/fb6d11ee5755fa59988e4d5a02a799bc to your computer and use it in GitHub Desktop.
# main.py
if __name__ == '__main__':
from sample_code import x
print(x)
=================================
# sample_code.py
x = 1000
dog = 100
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment