Dyskusje Q&A
re error - multiple repeat
0 głosów
1 OdpowiedźChallenge time out/latency
4 głosów
2 odpowiedziWrong 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
I am new
1 Votes
Advertising in Sololearn
1 Votes
Marquee
1 Votes
RUST'S FUTURE
1 Votes
Any Advise?
1 Votes