Advertisement
Guest User

Untitled

a guest
Jun 25th, 2017
56
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.19 KB | None | 0 0
  1. #Save this as filename.py, upload it and hit it on the browser. 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