Computer Science, asked by ashimkhan2345, 2 months ago

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 jaiprakash983850
1

Answer:

I don't know the answer hueidididkd

Similar questions