Join Strings In Python To Make A Path
This is the basic way to join strings into a file or directory path in python:
=
Output:
a/b/c
This is useful in when you need a user's
home directory:
=
Output:
/Users/alan/a/b/c
-- end of line --