2 lines
49 B
Python
2 lines
49 B
Python
with open(filename, 'w') as f:
|
|
f.write(data)
|
with open(filename, 'w') as f:
|
|
f.write(data)
|