Обсуждения
re error - multiple repeat
0 голосов
1 ответ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 ответовАктуальное сегодня
Sticky position
3 Votes
Help please?
3 Votes
Ejercicio Pytho
0 Votes
Online voting system
2 Votes
What is that z for
0 Votes
Suggestions needed
4 Votes
SQL practice
2 Votes