mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-08-27 04:22:42 +07:00
GitOrigin-RevId: 217ee91cebf600fa0035c2534d1b00878cf41858
3 lines
71 B
Python
3 lines
71 B
Python
def main():
|
|
with open('file.txt') as <caret>file:
|
|
print(42) |