• A os.path.isFile("C:\Sample.txt")
  • B os.isFile("C:\Sample.txt")
  • C os.path.isfile("C:\Sample.txt")
  • D os.path.exists("C:\Sample.txt")
  • Share this MCQ