File size: 94 Bytes
463f868
 
 
1
2
3
4
with open("test_write.txt", "w") as f:
    f.write("Hello World")
print("Write test done")