mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-26 17:10:44 +07:00
4 lines
83 B
Python
4 lines
83 B
Python
from __future__ import with_statement
|
|
|
|
with open("x.txt") as f:
|
|
data = f.read() |