#cat 1
1
2
3
#cat 2
4
5
6
########################
import os
acmd='cat 1'
bcmd='cat 2'
a = os.popen(acmd).readlines()
b = os.popen(bcmd).readlines()
i=0
while i<3:
print int(a[i].strip()) + int(b[i].strip())
i+=1
python读文件算数
原创
©著作权归作者所有:来自51CTO博客作者叫我城主的原创作品,请联系作者获取转载授权,否则将追究法律责任
提问和评论都可以,用心的回复会被更多人看到
评论
发布评论
相关文章
-
python 读文件 编码 python读文件代码
python读写文件,和设置文件的字符编码比如utf-8
python可以读去.m文件吗 字符编码 python ico 字符串