Loading exercise...
Exercise: Format an Integer as a String
Become a Member to join the conversation.
Become a Member to join the conversation.
Get a Python Cheat Sheet (PDF) and learn the basics of Python, like working with data types, dictionaries, lists, and Python functions:
alexanderwu on April 11, 2026
For the challenge question, you ask for “hexadecimal.” Since all the other ones are completely spelled out, why have format_type = ‘hex’ instead of ‘hexadecimal’? That is inconsistent.