How can I make two decorators in Python that would do the following? @makebold @makeitalic def say(): retu
What is the difference between a function decorated with @staticmethod and one decorated with @classmethod?