Quiz Question 1 of 5
If the following Python code is executed:
with open("datafile.txt", "r") as file:
content = file.read()
print(content)
What is the expected behavior if datafile.txt
is empty?
Choose the correct answer below:
Quizzes are the best way to test your knowlege. Sign up for Treehouse today and prove yourself. We guarantee 100% satisfaction.