🌈 搜索
📅  最后修改于: 2022-03-11 14:45:52.975000             🧑  作者: Mango
import os.path if os.path.exists('filename.txt'): print ("File exist") else: print ("File not exist")