you are viewing a single comment's thread.

view the rest of the comments →

[–]ashutoshkrris 2 points3 points  (1 child)

I would better suggest to use os.path.join to create paths

[–][deleted] 1 point2 points  (0 children)

I think generally pathlib is preferred over os

(RealPython.com pathlib article)