Question: For this assignment you will: write an algorithm code it in Python Numerology Numerologists claim to be able to determine a person's character traits based

 For this assignment you will: write an algorithm code it in

For this assignment you will: write an algorithm code it in Python Numerology Numerologists claim to be able to determine a person's character traits based on the "numeric value" of a name. The value of a name is determined by summing up the values of the letters of the name where "a" is 1, "b" is 2, "c" is 3, up to "z" being 26. For example, the name "Zelle" would have the value 26+5+12+12+5 = 60 (which happens to be a very auspicious number). Write a program that calculates the numeric value of a single name provided as input. Incorporate the algorithm as section comments in the python source code. Review the str() and chr() functions in Python. Upload the Python (*.py) file here

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!