I'm having trouble writing a program that calculates the numeric value of a single name. . .
ie: a = 1, b = 2, and so on.
I have to use the ASCII character set and ord function. And I have to force the upper/lower case.
Anyone? I'm new to Python and I'm trying to learn it. :(
ie: a = 1, b = 2, and so on.
I have to use the ASCII character set and ord function. And I have to force the upper/lower case.
Anyone? I'm new to Python and I'm trying to learn it. :(
Comment