Python Forum
How to make a list file in Python. - Printable Version

+- Python Forum (https://python-forum.io)
+-- Forum: Python Coding (https://python-forum.io/forum-7.html)
+--- Forum: General Coding Help (https://python-forum.io/forum-8.html)
+--- Thread: How to make a list file in Python. (/thread-12296.html)



How to make a list file in Python. - punyashloke - Aug-18-2018

Hi,

I want to make a list file which will take all the file names started with "anz_".
Can any one please help me here.


RE: How to make a list file in Python. - Larz60+ - Aug-18-2018

It would be most helpful if you would:
  • State what you are seeking clearly with example.
  • Show your effort so far (code listing)
  • Be specific about where you are having a problem



RE: How to make a list file in Python. - BIGPESH - Aug-19-2018

Show us your code you have already so we can see adsactly what you mean!