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
overloading operators << >>
1 Votes
Wishkit alternative for android
1 Votes
how does this code function?
0 Votes
Hi
0 Votes
Issue in code
0 Votes
My question is about python?
0 Votes
.
0 Votes
i need to learn Coding
0 Votes
Web
0 Votes