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
What is a web browser intension?
1 Votes
Mentors
1 Votes
Percobaan
0 Votes
Thread local : global vs local
0 Votes
Postgrrsql and python
0 Votes
python
0 Votes
Codding lern
0 Votes
Data Analysis Course
1 Votes