{'a':1,'b':2,'c':3,'d':4}
__init__
class NotPositiveError(UserWarning): def __init__(self,err='Not a positive number'): Exception.__init__(self,err)