Advertisement
Guest User

Untitled

a guest
Jun 25th, 2017
61
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.18 KB | None | 0 0
  1. #Save this as filename.py and reach it on the server. If you see these exact words, the server didn't execute the file.
  2.  
  3. import os
  4.  
  5. for key in os.environ.keys():
  6.     print os.environ[key]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement