Discuss / Python / mac

cacaty

#1 Created at ... [Delete] [Delete and Lock User]

fpath = r'/etc/passwd'

with open(fpath, 'r') as f:

    s = f.read()

    print(s)


  • 1

Reply