ZorroTheBug
banner
zorrothebug.bsky.social
ZorroTheBug
@zorrothebug.bsky.social
Lebensgefährte, Vater, Gamer, EU-Rentner, #notJustSad
Struggle mit sich selbst und dem Finanziellen
😞🖤
November 27, 2025 at 3:17 PM
Kein WD40?
Wie schaut's da eigentlich mit der Haltung zu Faschismus aus?
November 27, 2025 at 8:46 AM
8out of 12 🤔
It's like AI is creating these posts because LLMs also can't count well.
November 27, 2025 at 8:44 AM
Nennt sich induktives Laden, kann doch heutzutage jedes Handy... Nicht?😂
November 27, 2025 at 7:45 AM
100%
und dennoch kann eine Situation, die sie nicht einmal betrifft, wieder triggern und zurückwerfen.
Es braucht fortwährend Liebe und Zuwendung. Niemals aufgeben! ❤️🫂
November 22, 2025 at 1:48 PM
🤦
November 22, 2025 at 12:56 PM
Oh wie schön mal wieder sitt zu lesen. Das wird viel zu selten gebraucht. 🥰
November 22, 2025 at 11:38 AM
B: 9

c.show() returns self.value which is set to 9 in the child class. If it would return super().value it would be 5
November 22, 2025 at 11:29 AM
79.8k
November 21, 2025 at 9:08 PM
function tricks 3 to 7 are so hidden you can't even see.
November 21, 2025 at 9:28 AM
XZ

because .super().get() only calls the first parent class's .get() and does not iterate through all parent classes.
November 21, 2025 at 6:07 AM
Bei mir ist es Mensch - Herbert Grönemeyer.
Egal wie oft ich es höre, jedes mal laufen die Tränen.
Und das Video ist noch die Kirsche auf dem Sahnehäubchen.
youtu.be/OEbMoYOpfeY?...
Herbert Grönemeyer - Mensch Live 2003 - Mensch Tour (Gelsenkirchen) [Subtitle]
YouTube video by Garry Merry
youtu.be
November 20, 2025 at 10:00 PM
Ich begrüße sehr, dass er entgegen vieler anderer seines Alters einen offenen Geist bewahrt hat. Ich hätte mir nur gewünscht, in diesem Artikel mehr darüber zu lesen, welche Argumente und Gründe ihn überzeugt haben.
November 20, 2025 at 3:43 PM
It checks if the key (keyword) has an a. This is true for apple and banana but false for cherry.
If true add the value associated to the key to the output.
Prints 5
November 19, 2025 at 11:45 AM
C: 4

sum is 12 then integer divide by len(nums) which is 3, equals 4
November 13, 2025 at 7:43 PM
😊
November 13, 2025 at 3:38 PM
Bei Trump kann man immer davon ausgehen, dass es noch schlimmer ist, als man zuerst glaubt.
Daher nehme ich die nächste Stufe: Er war nicht nur selbst Täter, er hat auch noch aktiv geholfen.
November 13, 2025 at 9:39 AM
My point was the term "base class" was used for super() whereas it is in fact the "parent class" and not the base class in my understanding.
"base class" is for me the class all is based on, the original class from where everything else is derived.
November 12, 2025 at 8:46 PM
so using super() only _calls_ the parent class, not the base class and also does not chain up multiple parent classes and the priority is which is set at first class to inherit from.
Is that correct?
November 12, 2025 at 7:21 PM
So, just got home and tested this and to me it seems that super() is calling the parent class and not the base class.
Did I get something wrong?
November 12, 2025 at 7:18 PM
Appreciate the technical correctness, just for the dumb me understanding when using super().foo() is it calling the method foo of the base class or the method foo of the parent class?
November 12, 2025 at 4:50 PM
After reading the explanation: Apparently super() is an internal method for calling the base class method value().
Ok, learned something.
November 12, 2025 at 7:06 AM