1/3
11 & 12
Name | Mastery | Learn | Test | Matching | Spaced | Call with Kai |
|---|
No study sessions yet.
What is try/except used for?
used to stop the program from crashing
a try code will work as long as there is an except component
When does else in try/except work or is enabled?
when all the code in the try block runs successfully
important to remember that when an error gets called the other errors under it don’t get called
what is used to check if a variable is a certain type?
isinstance()
skip