0
I'm having trouble with try & except
What does it determines??
2 Respuestas
+ 2
Please show your code.
- 2
U can use try except block like if condition but it is used when we have many conditions instead of write elif many times
And if we want to execute an statement even if any of the cases is true or not about using finally keyword