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
Science,
3 months ago
Business Studies,
7 months ago
Physics,
7 months ago
Chemistry,
1 year ago
Math,
1 year ago