Answered step by step
Verified Expert Solution
Question
1 Approved Answer
please solve in 15 minutes, i will give you 2 likes ... Question 16 Not yet answered Marked out of 1.00 What does the following
please solve in 15 minutes, i will give you 2 likes ...
Question 16 Not yet answered Marked out of 1.00 What does the following code display? inFile - open("myfile.txt", "r") total - for i in inFile: total total + 1 inFile.close() print(total) Flag question a. the sum of the digits in the file myfile.txt b. the number of words in the file myfile.txt c. the contents of the file myfile.bct d. the number of lines in the file myfile.txt e the number of characters in the file myfile.txt Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started