赞
踩
一、 语法
二、 案例
>>> def main():
fp = open(r"c:\temp\test.txt","r")
while True:
line=fp.readline()
if not line:break
print(line)
fp.close()
>>> main()
滁州西涧
[唐] 韦应物
独怜幽草涧边生,上有黄鹂深树鸣。
春潮带雨晚来急,野渡无人舟自横。
>>>
老猿Python,跟老猿学Python!
博客地址:https://blog.csdn.net/LaoYuanPython
请大家多多支持,点赞、评论和加关注!谢谢!
赞
踩
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。