try/except — catching what AI didn't — step 2 of 9
Read the code in the editor. int("not a number") will raise a ValueError
on line 2. Which lines actually print?
⌘↵ runs the editor.read, then continue.
try/except — catching what AI didn't — step 2 of 9
Read the code in the editor. int("not a number") will raise a ValueError
on line 2. Which lines actually print?
⌘↵ runs the editor.read, then continue.