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
OOP python questions
1 Votes
What's wrong with my code?
1 Votes
What is a web browser intension?
1 Votes
Python loops
1 Votes
Web page
1 Votes
Percobaan
0 Votes
Mentors
0 Votes
Codding lern
0 Votes