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

3 lines
56 B
Python

def main():
with open('file.txt'):
print(42)