mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-08-26 15:27:45 +07:00
GitOrigin-RevId: 217ee91cebf600fa0035c2534d1b00878cf41858
3 lines
86 B
Python
3 lines
86 B
Python
def func():
|
|
with open('file1.txt') as used, open('file2.txt'):
|
|
print(used) |