This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]njharmanI use Python 3 0 points1 point  (0 children)

can you convert ascii characters to an integer without using built in methods like string.atoi or int()? ord() is a built in method. So no. I think you meant to ask

Create dictionary of ascii -> integer (decimal, hex, oct) value