Calculating Number of Digits and Letters

# Introduction This Python program is designed to calculate the number of digits and letters in a given string. By utilizing the `isdigit()` and `isalpha()` functions, the program can accurately count the number of digits and letters in the input string.

|60 : 00

Click the virtual machine below to start practicing