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

with  open('nomum_3.txt') as f:
    print (f.read())

你可能感兴趣的:(python,python)