How to perform file operation in excel or txt on Heroku server using Python

后端 未结 0 1382
-上瘾入骨i
-上瘾入骨i 2020-11-30 02:10

This operation is working on local machine but not working on Heroku server.

# Using readlines() 

file1 = open(\'myfile.txt\', \'r\') 

Lines = file1.readlin         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题