Tekkaman

导航

 

[python's output redirect]

fin = open("xx.txt", 'r');
print >>fin, "hello world", 12;
fin.close();

 

posted on 2013-11-08 17:06  Tekkaman  阅读(321)  评论(0编辑  收藏  举报