温柔猫咪

文章
2
资源
0
加入时间
3年0月21天

python 100题练习记录(三)

Question 13Level 2Question:Write a program that accepts a sentence and calculate the number of letters and digits.Suppose the following input is supplied to the program:hello world! 123Then, the output should be:LETTERS 10DIGITS 3Hints:In case of