Write a loop that counts the number of digits that appear in the string referenced by mystring. (hint: use the .isdigit() method) code example
Example: write a program that accepts a sentence and calculate the number of letters and digits
how to write a program that accepts a sentence and calculate the number of letters