'hm'
This commit is contained in:
parent
e2b7cf8220
commit
50f24cfa1c
@ -55,6 +55,10 @@ 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))
|
||||
|
Loading…
Reference in New Issue
Block a user