Обсуждения
exeption finally
1 голос
3 ответовException handling
2 голосов
2 ответовWhat is the problem?
1 голос
6 ответовWhat is my syntax error?
1 голос
8 ответовjava multiple exception
0 голосов
1 ответjava Exception
2 голосов
3 ответов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 ответовHow fix the error
3 голосов
9 ответовWhy using Exception e Only
3 голосов
2 ответовWhat is an exception
3 голосов
2 ответовTry/catch body
1 голос
1 ответdoes this code work for python 2.7
0 голосов
4 ответовwhat is try:? where can it be used?
0 голосов
4 ответовHaving error with sleep method!!!
0 голосов
4 ответовАктуальное сегодня
Question
2 Votes
Wayss
0 Votes
fully dynamic arrays
1 Votes
I dont now that how to do js
2 Votes
overloading operators << >>
1 Votes
Project subjection
0 Votes
Wishkit alternative for android
1 Votes
How to start in web dev?
0 Votes