PyUtils-0.0.1 Python util library class Utils(): n = 0 def __init__(self, *args, **kwargs): super(Utils, self).__init__(*args, **kwargs) '''suggest your code here''' def __str__(self): return super().__str__()