Solution: import os for filename in os.listdir(directory): if filename.endswith(".asm") or filename.endswith(".py"): # print(os.path.join(directory, filename)) continue ...
DOWNLOAD: https://byltly.com/2f868n
DOWNLOAD: https://byltly.com/2f868n
python-loop-through-files-in-current-directory
939c2ea5af
Comments