📌  相关文章
📜  python 找不到文本文件 - Python 代码示例

📅  最后修改于: 2022-03-11 14:47:10.431000             🧑  作者: Mango

代码示例1
#When using Windows you want to keep in mind that if you name the file data.txt
#the file will actually be data.txt.txt, however Windows will show it as data.txt 
#because windows hides the file extensions by default. 
#This option can be changed by following the steps in the first comment.