@@ -23,3 +23,6 @@ def hello():
if __name__ == '__main__':
print('result:{} name:{} doc:{}'.format(hello(), hello.__name__, hello.__doc__))
+
+### OUTPUT ###
+# result:<b><i>hello world</i></b> name:hello doc:a decorated hello world