In addition to Weibo, there is also WeChat
Please pay attention
WeChat public account
Shulou
2025-04-04 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Development >
Share
Shulou(Shulou.com)06/03 Report--
This article mainly shows you "what is the role of python exception handling". It is easy to understand and clear. I hope it can help you solve your doubts. Let me lead you to study and learn this article "what is the role of python exception handling".
1. The parser executes the program and triggers an exception when an error is detected. after the exception is triggered and is not handled, the program terminates at the current exception, and the following code will not run.
2. An exception handling mechanism must be provided to enhance the robustness and fault tolerance of your program.
Example
# coding=utf-8try: print ('- test--1---') open ('123.txtfile no longer exists) # if the 123.txt file does not exist, it will generate an IOError exception print ('-test--2---') print (num) # if the num variable is not defined Then NameError exception except (IOError,NameError): # if you want to catch more than one exception through an except, you can use a tuple to print ("catch exception"). This is all the content of the article "what is the purpose of python exception handling?" Thank you for reading! I believe we all have a certain understanding, hope to share the content to help you, if you want to learn more knowledge, welcome to follow the industry information channel!
Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.
Views: 0
*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.
Continue with the installation of the previous hadoop.First, install zookooper1. Decompress zookoope
"Every 5-10 years, there's a rare product, a really special, very unusual product that's the most un
© 2024 shulou.com SLNews company. All rights reserved.