Chapter folders renamed
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
#multifilesread2.py
|
||||
|
||||
with open("1.txt",'r') as file1, open("3.txt",'w') as file2:
|
||||
for line in file1.readlines():
|
||||
file2.write(line)
|
||||
Reference in New Issue
Block a user