Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #!/usr/bin/env python
- #dic for users you want to check
- my_users = {}
- #print just the key to extract the usernames as the user is set as the key value
- for key, value in my_users.items():
- print (key)
Advertisement
Add Comment
Please, Sign In to add comment