时间:2021-07-01 10:21:17 帮助过:112人阅读
filename = "somefile.txt" myfile = open(filename) lines = len(myfile.readlines()) print "There are %d lines in %s" % (lines, filename)
希望本文所述对大家的Python程序设计有所帮助。
< 上一篇
Python实现合并字典的方法
下一篇 >
Python实现批量下载图片的方法
记住我的登录 忘记密码?
登录
我已阅读用户协议及版权声明
注册