top of page

Basic Pythagorean Calculator With User Input For Python 3 (2020)

  • Writer: Brian Clark
    Brian Clark
  • Dec 12, 2020
  • 1 min read

Updated: Dec 28, 2020

Another day where I was about to give up on a project that I'm currently working on. I hope this calculator will be useful to those of you who like to decode.


At first I found code that gave me the sum of the numbers, behind the words the user keys in. I needed more than the numbers behind the letters I needed the sum of that list.


Here is the working code that allows you to put a word in and it gives you the Pythagorean numerology number total:







Comments


bottom of page