You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Read about Gematria, a method for assigning numbers to words and for mapping between words having the same number (http://en.wikipedia.org/wiki/Gematria). There are different views on how to count Gematria. Your script will incorporate two different scores. Write a function count_gematria(word, option) that sums the numerical values of the lette…