write a python program to read a text file line by line and desplay each word separated by #
Answers
Answered by
0
Explanation:
f = open("data.txt","r")
h = f.read()
while h!="":
k = list(h)
for i in k:
print(I,end="#")
#mark me brainly
plz follow me
Similar questions
India Languages,
2 months ago
Math,
2 months ago
English,
2 months ago
Business Studies,
5 months ago
Physics,
5 months ago
Social Sciences,
10 months ago
Chemistry,
10 months ago
Math,
10 months ago