>>> from propietats import tipus_nombre >>> tipus_nombre(496) 'perfecte' >>> tipus_nombre(13) 'deficient' >>> tipus_nombre(945) 'abundant'