What is the outcome ototal = 0
file = open('data.txt', 'r')
for line in file:
for w in line.split():
if w == term:
total += total
Group of answer choices
to count the number of characters in a text file
to count the number of lines in a text file
to list the contents of a text file
to write numbers to a text file
Attachments:
Answers
Answered by
1
Answer:
I don't know the answer hueidididkd
Similar questions
Physics,
1 month ago
English,
1 month ago
Social Sciences,
2 months ago
English,
2 months ago
Computer Science,
9 months ago
Physics,
9 months ago