DO NOW: Python Exceptions Review

DO NOW: Python Exceptions Review

Assessment

Flashcard

Computers

9th - 12th Grade

Hard

Created by

Quizizz Content

FREE Resource

Student preview

quiz-placeholder

4 questions

Show all answers

1.

FLASHCARD QUESTION

Front

What does "try" do in Python?

Back

Attempt the code

2.

FLASHCARD QUESTION

Front

What does this code print?

Back

9

3.

FLASHCARD QUESTION

Front

What does "else" do in a "try" block in Python?

Back

Execute code if no exception happens

4.

FLASHCARD QUESTION

Front

What is 'except as'?

Back

Runs a line of code if a error happens for a specific variable