I hereby claim:
- I am glamourzc on github.
- I am doordy (https://keybase.io/doordy) on keybase.
- I have a public key ASB9Pvn9pk8fGEfkyj6k207S6UBggX_6AHi1sX5u8SoY_Qo
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
| import os | |
| import os.path | |
| import shutil | |
| finalPos = open("J:/SourcesDataSet/Pos.txt",'w') | |
| for root,dirs,files in os.walk("J:/SourcesDataSet/"): | |
| if 'Pos.txt' in files: | |
| pos = open(root+'/Pos.txt','r') | |
| temp = pos.readlines() | |
| finalPos.writelines(temp) |