0
点赞
收藏
分享

微信扫一扫

利用python的open函数读取txt文件里的数据

岁月不饶人老不正经 2022-01-31 阅读 73
python
with  open('nomum_3.txt') as f:
    print (f.read())
举报

相关推荐

0 条评论