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