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
What's wrong in my code?
4 Votes
App Development
1 Votes
HTML
1 Votes
GUI-Based Python code in Webpage
2 Votes
Introduction of html
0 Votes
CSS or Tailwind
1 Votes
Web Developer Job?
1 Votes