Join Strings To Make A Path In Python
March - 2022
There are different ways to make the calls.
This is one:
import os.path
joined_path = os.path.join('a', 'b', 'c')
print(joined_path)
Create the path:
a/b/c
There are different ways to make the calls.
This is one:
import os.path
joined_path = os.path.join('a', 'b', 'c')
print(joined_path)
Create the path:
a/b/c