from pathlib import Path Path('.')
Here is what the above code is Doing:
1. Importing the pathlib module.
2. Creating a Path object.
3. Printing the Path object.
from pathlib import Path Path('.')
Here is what the above code is Doing:
1. Importing the pathlib module.
2. Creating a Path object.
3. Printing the Path object.