/ Published in: Python
Expand |
Embed | Plain Text
import codecs fp = codecs.open('E:\\demo.txt', 'w', 'utf_8') fp.write('cioè') fp.close()
You need to login to post a comment.
whitetiger on 11/09/06
resize image python download timer mask series60 pys60 blit scale sprite feature sleep sms inbox wget tutorial fractal mandelbrot
1 person have marked this snippet as a favorite
import codecs fp = codecs.open('E:\\demo.txt', 'w', 'utf_8') fp.write('cioè') fp.close()
You need to login to post a comment.