```
>>>hex( module("notepad") )
Traceback (most recent call last):
File "<input>", line 1, in <module>
TypeError: __hex__ returned non-string (type unicode)
```
>>>hex( module("notepad") )
Traceback (most recent call last):
File "<input>", line 1, in <module>
TypeError: __hex__ returned non-string (type unicode)
```