Read a text file line by line and display each word separated by a #.

# Read a text file line by line and display each word separated by a #.


demo.txt:



OUTPUT:











Comments

Popular posts from this blog

Binary file update using Python program