Awesome-Python-Scripts
Awesome-Python-Scripts copied to clipboard
Basic algorithm for finding Digital Root
trafficstars
A simple algorithm to find digital root of any integer in python. Algorithm taken from Wikipedia and slightly modified.