2 lines
61 B
Python
2 lines
61 B
Python
|
with open('out.txt', 'w') as f:
|
||
|
f.write("Hello, world\n")
|