-->
当前位置:首页 > 题库

PROGRAMMING:JMU Python - count the number of characters

Luz5年前 (2021-05-10)题库398
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