3 different ways to find the total number of digits of a number in Python. We will learn how to calculate the digit count by using a while loop, for loop and by calculating the length of the string with the len() method.