Advertisement
Guest User

Untitled

a guest
Mar 19th, 2018
107
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.11 KB | None | 0 0
  1. script1.py
  2. ---
  3. import os
  4. print(os.getcwd())
  5. ---
  6. script2.py
  7. ---
  8. from os import getcwd
  9. print(getcwd())
  10. ---
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement