文件名称:test
介绍说明--下载内容均来自于网络,请自行研究使用
#1、输入字符串
#2、逆序输出
#3、换行打印句子中的每个词
#4、统计字母种类数
#5、统计词汇种类数
-1 input a sentence(without punctuations)
2 print in reversed order
3 print the sentence with one word per line
4 count types of letters in the sentence
5 count types of words in the sentence
#2、逆序输出
#3、换行打印句子中的每个词
#4、统计字母种类数
#5、统计词汇种类数
-1 input a sentence(without punctuations)
2 print in reversed order
3 print the sentence with one word per line
4 count types of letters in the sentence
5 count types of words in the sentence
(系统自动生成,下载前可以参看下载内容)
下载文件列表
test.py