Created
November 12, 2017 19:45
-
-
Save tommelo/0672445d49ae65ce298b2dd9e7265356 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
SAM_FILE = r'C:\Windows\System32\config\sam' | |
with open(SAM_FILE, 'r') as sam: | |
print sam.readlines() |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment