Posts by Nicolas Hoffman • 9 points
1 post
-
0
votes1
answer107
viewsQ: Why does the class accept parameter and the method does not?
I’m studying classes in Python and I don’t understand one thing: considering the last two command lines below, why the value 4 is accepted in the class Operators and not in the method metade()? Do…