Introduction
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'))
Result

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'))
We have detected that you are using extensions to block ads. Please support us by disabling these ads blocker.