You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Missing parenthesis after print statements on notebook 07 and 09 classes and objects
Also, in 09 classes and objects, in the last class EvenNum(), __str__ method should be self.value but not self.val
The text was updated successfully, but these errors were encountered:
Missing parenthesis after print statements on notebook 07 and 09 classes and objects
Also, in 09 classes and objects, in the last
class EvenNum()
,__str__
method should beself.value
but notself.val
The text was updated successfully, but these errors were encountered: