PROGRAMMING:JMU Python - count the number of characters
Enter a string and count the number of numeric characters and lowercase characters
###Input format:
Enter a line of string
###Output format:
`Co ownership? A number,? Is there a lowercase character ','` Fill in the corresponding quantity
###Input example:
```in
helo134ss12
```
###Output example:
```out
There are five numbers and six lowercase characters
```
answer:If there is no answer, please comment
###Input format:
Enter a line of string
###Output format:
`Co ownership? A number,? Is there a lowercase character ','` Fill in the corresponding quantity
###Input example:
```in
helo134ss12
```
###Output example:
```out
There are five numbers and six lowercase characters
```
answer:If there is no answer, please comment