Q&A Discussions
What is the "sleep method"?
2 Votes
3 AnswersThrow vs. MsgBox??
0 Votes
2 AnswersWhat the IO stands for?
0 Votes
7 AnswersIf 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 Votes
2 AnswersException Handling Question
2 Votes
5 AnswersWhat is analmolies?
0 Votes
2 Answersthrow and throws....
0 Votes
4 Answershelp
-1 Vote
10 AnswersHot today
Web Development
3 Votes
Cybersecurity techies
5 Votes
Please complete this code.
0 Votes
App Development
0 Votes
What's wrong in my code?
2 Votes
Please answer.
0 Votes
What's wrong with code?
0 Votes
Introduction of html
0 Votes
CSS or Tailwind
1 Votes