Q. Which function checks if a file exists? (A) os.exists() (B) file.exist() (C) os.path.exists() (D) path.check() ποΈ Show Answer π¬ Discuss π Share β‘Menu β Correct Answer: (C) os.path.exists() Explanation: os.path.exists() returns True if the file exists.