79790575

Date: 2025-10-14 20:02:38
Score: 1
Natty:
Report link

update to answer `November 2024, Python3`: for multi-level pathnames there should be a small fixup at line #61:

- print(mypath + '/' + ''.join(map(str, filenamepath)))
+ print(mypath + '/' + '/'.join(map(str, filenamepath)))
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Олег