Обсуждения
re error - multiple repeat
0 голосов
1 ответChallenge time out/latency
4 голосов
2 ответовWrong answers
2 голосов
3 ответовSample code not working
0 голосов
3 ответовCourse topics not opening
0 голосов
4 ответовSpam Eggs?
0 голосов
5 ответовWhy -4%1.5 in python shows 0.5??
0 голосов
4 ответовHelp me with my music player project
0 голосов
1 ответWhy a build error occours
0 голосов
2 ответовSoloLearn compile limit?
0 голосов
8 ответовSuggestion
2 голосов
2 ответовWhat are logical errors?
2 голосов
4 ответовIf 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 голосов
2 ответовcan you help me?
0 голосов
2 ответовАктуальное сегодня
Started learning python
0 Votes
How can one build an Ai app
1 Votes
Websites for frontend developers
1 Votes
Discrete mathematics (python)
0 Votes
I need help in programing
0 Votes
C++, c# , graphical interface
1 Votes
How to learn python
1 Votes
C course progress restart
1 Votes