Kizspy | Question: 50
(Choose 1 answer)
FJOVERFLOW.COM
What does the following Python code do?
fhand open('mbox-short.txt')
inpfhand.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