How do I print a file in spyder? “Wdir=” error message

前端 未结 0 498
孤独总比滥情好
孤独总比滥情好 2021-02-02 10:00

I am trying to print my file in the console box:

    file= open("employees.txt", "r")  
    print(file.read())
    file.close()
相关标签:
回答
  • 消灭零回复
提交回复
热议问题