Skip to content

Instantly share code, notes, and snippets.

import re, sys
try:
f = open("/etc/passwd",'r')
except:
print "\nCan't open the file!\n"
sys.exit(0)
#enter your username here
username = "rash"