Dyskusje Q&A
Challenge time out/latency
4 głosów
2 odpowiedzire 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
Mobile number and similarity
0 Votes
GitHub account connecting issue
3 Votes
photo upload issue in html code
0 Votes
Coding issue
2 Votes
Loops and conditions
0 Votes
how to creat database?
1 Votes