📅  最后修改于: 2022-03-11 14:47:10.391000             🧑  作者: Mango
import os
filename = "creating file with python function"#your file name
print("Do ",filename," exists:- ",os.path.exists(filename))