Discuss / Python / 发布作业

发布作业

Topic source

right-chen

#1 Created at ... [Delete] [Delete and Lock User]

fpath = './peity.html'  #本地文件peity.html

S = open(fpath, 'r',encoding='utf-8')

print(S.read())

S.close()


  • 1

Reply