You must log in or register to comment.
Nice, mypath.open() is a more semantic alternative to open(my path)
Don’t forget about the helper functions
mypath.read_text()
andmypath.write_text(content)
Nice, mypath.open() is a more semantic alternative to open(my path)
Don’t forget about the helper functions mypath.read_text()
and mypath.write_text(content)