Discuss / Python / 交作业

交作业

Topic source

Project71

#1 Created at ... [Delete] [Delete and Lock User]
fpath = 'C:/Users/Project71/Desktop/New Text Document.txt'

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


  • 1

Reply