Advertisement
rfmonk

uuid_getnode.py

Feb 13th, 2014
108
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.06 KB | None | 0 0
  1. #!/usr/bin/env python
  2.  
  3.  
  4. import uuid
  5.  
  6. print hex(uuid.getnode())
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement