Skip to content

Instantly share code, notes, and snippets.

@Surlix
Created July 24, 2018 12:14
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Surlix/58601abfabcbbcbc4482d493fbe31aa7 to your computer and use it in GitHub Desktop.
Save Surlix/58601abfabcbbcbc4482d493fbe31aa7 to your computer and use it in GitHub Desktop.
for x in range(0,len(files_Set)):
with open(files_Set.pop,'rt') as data1:
...
@Surlix
Copy link
Author

Surlix commented Jul 24, 2018

items in set are like: r"C:\folder\another\file"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment