Chapter folders renamed
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
#multifilesread2.py
|
||||
import fileinput
|
||||
with fileinput.input(files = ("1.txt",'2.txt') )as f:
|
||||
for line in f:
|
||||
print(f.filename())
|
||||
print(line)
|
||||
Reference in New Issue
Block a user