Computer Science, asked by rishabraj02seppbp789, 5 hours ago

Write a python program to read a text file and reverse words starting with the letter i or m.

Answers

Answered by kimt62691
0

Answer:

73 - 5 = 7

Explanation:

oknsn

thank you

shshshsjsjsjss

help you me

Answered by ScariousKnight
35

Here Is Your Answer

file = open('file.txt', 'r')

while 1:

# read by character

char = file.read(1)

if not char:

break

print(char)

file.close()

Hope This Helps You ❤️

Similar questions