Write a Python program to check whether a file exists. I have used python 3.7 compiler for debugging purpose.
import os.path open('tech.txt', 'w') print(os.path.isfile('tech.txt'))
17 July 2019 1724 Written By: Rohit
© 2020 Tech Study. All rights reserved | Developed by Tech Study| Privacy Policy | Sitemap