Dyskusje Q&A
re error - multiple repeat
0 głosów
1 OdpowiedźWrong answers
2 głosów
3 odpowiedziHelp pls
0 głosów
8 odpowiedziSample code not working
0 głosów
3 odpowiedziCourse topics not opening
0 głosów
4 odpowiedziSpam Eggs?
0 głosów
5 odpowiedziWhy a build error occours
0 głosów
2 odpowiedziSoloLearn compile limit?
0 głosów
8 odpowiedziSuggestion
2 głosów
2 odpowiedziWhat are logical errors?
2 głosów
4 odpowiedziIf except can handle common errors very well, doesn't that make the use of raise redundant inside of a try-except block?
For example:
try:
print( 5 / 0 )
except ZeroDivisionError:
raise ValueError("An error occurred!")
What's the difference if we handle it this way:
try:
print( 5 / 0 )
except (ZeroDivisionError, ValueError):
print("An error occurred!")
3 głosów
2 odpowiedzican you help me?
0 głosów
2 odpowiedziPopularne dzisiaj
Data Analysis Course
1 Votes
Time up code for data revision
0 Votes
Web vs python
0 Votes
Is there LUA?
0 Votes