Discussions Q&R
Challenge time out/latency
4 Votes
2 RéponsesWrong answers
2 Votes
3 RéponsesHelp pls
0 Vote
8 RéponsesSpam Eggs?
0 Vote
5 RéponsesSuggestion
2 Votes
2 RéponsesWhat are logical errors?
2 Votes
4 RéponsesIf 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 Réponsescan you help me?
0 Vote
2 RéponsesAujourd'hui en vedette
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
Alguém Português por aqui?
0 Votes