Kizspy | Question: 19 (Choose 1 answer)
What does the following Python code do?fhand = open('mbox-short.txt')inp = fhand.read()
A. Checks to see if the file exists and can be written
B. Turns the text in the file into a graphic image like a PNG or JPG
C. Reads the entire file into the variable inp as a string
D. Prompts the user for a file name