Files
2020-07-21 10:42:32 +00:00

3 lines
86 B
Python

def func():
with open('file1.txt'), open('file2.txt') as used:
print(used)