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
Math,
3 months ago
Biology,
3 months ago
Business Studies,
6 months ago
Physics,
6 months ago
Social Sciences,
11 months ago
Chemistry,
11 months ago
Math,
11 months ago