diff --git a/hello.py b/hello.py index ad68ff119..93496fac3 100644 --- a/hello.py +++ b/hello.py @@ -26,6 +26,7 @@ def smethod(): def cmethod(cls, something): """class method-to-be""" + print('value: {}').format(123) cmethod = classmethod(cmethod)