博客园 :: :: 博问 :: 闪存 :: 新随笔 :: :: :: 管理 ::

 

#coding:utf-8

rfile = open('test.txt','r')
str=[]
for x in rfile:
    str = x.split(',')
for x in str:
    print (chr(int(x)),end='')
rfile.close()

  

posted on 2014-12-05 11:12  #include<stdio.h>  阅读(834)  评论(0编辑  收藏  举报