'hm'
This commit is contained in:
parent
50f24cfa1c
commit
8b868c7c0d
@ -55,10 +55,6 @@ shutil.copy(
|
||||
sys.argv[1].replace('.arg', '.txt')
|
||||
)
|
||||
|
||||
with open(os.path.join(os.curdir,'TaskB04', 'description.txt'), 'r') as f:
|
||||
for line in f:
|
||||
print(str(line))
|
||||
|
||||
with open(sys.argv[1].replace('.arg', '.txt'), 'r') as f:
|
||||
for line in f:
|
||||
print(str(line))
|
||||
print(str(line).decode('utf-16', 'ignore'))
|
||||
|
Loading…
Reference in New Issue
Block a user