• Cursos
  • Compilador de Código
  • Debatir
  • Precios
  • Teams
Menu

Sesiones de PyR

REDUNDANT
helpjavaredundant
1 Voto
9 Respuestas
17th Jul 2017, 2:27 AM
Kittiphat Paopeng
[Solved] Is [::] redundant here? (beginner)
pythonredundancy
1 Voto
13 Respuestas
14th Mar 2022, 12:29 PM
Korkunç el Gato
Korkunç el Gato - avatar
How to remove redundant array values ..?
java
0 Votos
6 Respuestas
24th Dec 2018, 2:52 PM
Techie Praga
Techie Praga - avatar
It seems redundant to type: 'Animal dog = new Animal(); ' instead of just 'Animal dog;'. Why was Java designed that way?
classesjavaobjects
1 Voto
6 Respuestas
20th Nov 2017, 9:36 AM
Zwingo
++var and var++ always equal the same thing so why have ++var? It should not even exist. It seems redundant to me.
c#else-statementsif-statementsincrementvariables
0 Votos
5 Respuestas
1st May 2017, 7:15 PM
Kevin Matthew
Kevin Matthew - avatar
3 hearts not enuf
choiceeffortheartredundanttime
4 Votos
2 Respuestas
31st May 2022, 10:06 PM
AW4
AW4 - avatar
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!")
exceptionspython
3 Votos
2 Respuestas
8th Aug 2016, 9:32 PM
Bashar Ghadanfar
Bashar Ghadanfar - avatar
En tendencia hoy
Can I import any module in python in this app?
1 Votes
Loops and conditions
2 Votes
GitHub account connecting issue
3 Votes
Algorithm to create maze-like grid
2 Votes
photo upload issue in html code
0 Votes
app for lessons
1 Votes
Any coding competitions?
1 Votes
Alguém Português por aqui?
0 Votes
I can't figure out how to use the getElementById code in JavaScript Code Playground, I've tried multiple times and watched YT
0 Votes
Rise of AI
1 Votes