• Kursy
  • Kompilator kodu
  • Dyskusja
  • Cennik
  • Zespoły
Menu

Dyskusje Q&A

REDUNDANT
helpjavaredundant
1 Głos
9 odpowiedzi
17th Jul 2017, 2:27 AM
Kittiphat Paopeng
[Solved] Is [::] redundant here? (beginner)
pythonredundancy
1 Głos
13 odpowiedzi
14th Mar 2022, 12:29 PM
Korkunç el Gato
Korkunç el Gato - avatar
How to remove redundant array values ..?
java
0 głosów
6 odpowiedzi
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 Głos
6 odpowiedzi
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 głosów
5 odpowiedzi
1st May 2017, 7:15 PM
Kevin Matthew
Kevin Matthew - avatar
3 hearts not enuf
choiceeffortheartredundanttime
4 głosów
2 odpowiedzi
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 głosów
2 odpowiedzi
8th Aug 2016, 9:32 PM
Bashar Ghadanfar
Bashar Ghadanfar - avatar
Popularne dzisiaj
Is this realistic enough?
2 Votes
"Which is harder to master — Machine Learning or Cybersecurity? And why?"
1 Votes
Need friends
0 Votes
"What’s the best way to combine creativity and coding? Can storytelling improve web apps?"
1 Votes
I am a beginner, please teach me how to use Python
0 Votes
MASS N NUMBER OF OBJECT DELETION FROM A CLASS
0 Votes
Web Development
0 Votes
Please complete this code.
0 Votes
Cybersecurity techies
2 Votes
Can u learn multiple language at the same time, without misplacing the formats of each with the other
0 Votes