exam questions

Exam 350-401 All Questions

View all questions & answers for the 350-401 exam

Exam 350-401 topic 1 question 305 discussion

Actual exam question from Cisco's 350-401
Question #: 305
Topic #: 1
[All 350-401 Questions]

Which statements are used for error handling in Python?

  • A. try/catch
  • B. catch/release
  • C. block/rescue
  • D. try/except
Show Suggested Answer Hide Answer
Suggested Answer: D 🗳️

Comments

Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.
Switch to a voting comment New
J_C_STUDY
Highly Voted 4 years, 3 months ago
Reference: https://docs.python.org/3/tutorial/errors.html "D"
upvoted 8 times
...
[Removed]
Most Recent 7 months ago
Selected Answer: D
D is correct according to Chat GPT which is the best Python programmer in the world
upvoted 2 times
...
eww_cybr
1 year, 5 months ago
Selected Answer: D
OCG CCNA Devnet What if you wanted Python to tell the users what they did wrong and let them try again or perform some other task to recover from the error? That’s where the try-except-else-finally code blocks come into play.
upvoted 2 times
...
charafDZ
1 year, 10 months ago
"D" https://www.w3schools.com/python/python_try_except.asp
upvoted 2 times
...
miccamilla
2 years, 7 months ago
Selected Answer: D
tested in IDLE
upvoted 2 times
...
kthekillerc
3 years, 3 months ago
Provided answer is correct
upvoted 2 times
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...