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

3 lines
71 B
Python

def main():
with open('file.txt') as <caret>file:
print(42)