Sesiones de PyR
finding lcm in python
2 Votos
6 RespuestasWhat is meaning of CLR
3 Votos
3 RespuestasThe Nuance of Coding
4 Votos
3 RespuestasCan i write a function outside an object and associate it with multiple different objects sharing some common property upon which the function operates (turning it to a method for all these objects)? If not , whats the use of defining a method outside the object and assigning it to an object property?
4 Votos
4 RespuestasIf 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 Votos
2 RespuestasEn tendencia hoy
Pig Latin
0 Votes
Someone can help me
1 Votes
What's wrong with this?
2 Votes
Iām new someone can help me
1 Votes
HTML community, HELP!!
1 Votes
I am a super beginner
0 Votes
What's doctype htMl
2 Votes
How this program executes?
0 Votes