Skip to content

Instantly share code, notes, and snippets.

Created January 21, 2018 05:27
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 anonymous/20cd6b7383a4875b20bc01724c08fecd to your computer and use it in GitHub Desktop.
Save anonymous/20cd6b7383a4875b20bc01724c08fecd to your computer and use it in GitHub Desktop.
start_and_stop.py
import sys, os
print(sys.path)
print(os.path.abspath('.'))
print(os.listdir())
print('hey')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment