Dyskusje Q&A
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
HTML
1 Votes
Could you ple ase help me???
0 Votes
What's wrong here?
0 Votes
How to grow in sololearn
0 Votes
Wifi Password
0 Votes