Single Choice Not Set

QWhat does the following statement do?
x = open('python.csv', 'r')

ID: #3724 Python File Handling 423 views
Question Info
#3724Q ID
Not SetDifficulty
Python File HandlingTopic

Choose the Best Option

Click any option to instantly check if you're correct.

  • A Opens an existing text file named python.csv to write
  • B Opens an existing text file named python.csv to append
  • C Opens an existing text file named python.csv to read
  • D Opens a new file named python.csv to read
Correct Answer

Explanation

Opens an existing text file named python.csv to read

Share This Question

Challenge a friend or share with your study group.