Discuss / Python / hello_world!

hello_world!

Topic source
fpath = 'D:\\Backup\\桌面\\lianxi\\hello_world.py'

with open(fpath, 'r') as f:
    s = f.read()
    print(s)

  • 1

Reply