>>> from properties import number_type >>> number_type(496) 'perfect' >>> number_type(13) 'deficient' >>> number_type(945) 'abundant'