(Choose 1 answer)
What do the following lines of code do?with open("Example1.txt","r") as file1:
A. Write to the file "Example1.txt"
FileContent=file1.read()
B. Append the file "Example1.txt"
print(FileContent)
C. Read the file "Example1.txt"
FUO shithe Stam
37