Advertisement
skip420

whoami

Sep 9th, 2022
1,299
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.11 KB | None | 0 0
  1. # execute and run to get "Host Machine Name"
  2. # python3 whoami.py
  3.  
  4.  
  5.  
  6.  
  7. import platform
  8.  
  9. print(platform.node())
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement