温柔猫咪

文章
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

JavaScript常用小技巧小结

前言 总结一下最近接触到的JavaScript语法糖,与大家共享。 每块糖都有详细的说明和示例,就不多说了。 准确