Recent questions tagged try-catch-finally

0 votes
    When you just want to do a try-except without handling the exception, how do you do it in Python? Is the ... rmtree(path) except: pass Select the correct answer from above options...
asked Jan 26, 2022 in Education by JackTerrance
To see more, click for the full list of questions or popular tags.
...