# plz suscribe to my youtube channel --> # https://www.youtube.com/channel/UC-sfqidn2fKZslHWnm5qe-A import os filename = "creating file with python function"#your file name print("Do ",filename," exists:- ",os.path.exists(filename))