Commit 6ef32cfd by BellCodeEditor

auto save

parent a647382d
Showing with 2 additions and 2 deletions
'''
1、知识点:列表切片+变量+range()
1、知识点:列表切片+变量+range()
文本次数识别器:要求:
编写—段程序,可以自动识别特定文本在某一段文字中出现的次数。例如:
程序开始运行后,输入—段包含有一个或多个"Python”字符串的文字;
......@@ -41,7 +41,7 @@ print("应该支付费用为:","%.2f"%fee)
'''
'''
3、假设10位评委的打分是
3、假设10位评委的打分是
99,80,86,89,94,92,75,87,86,95
现需要运用Python语言进行编程实现:去掉一个最高分,去掉一个最低分,计算平均分,并打印出来。
打印格式为:去掉―个最高分:XX分,去掉―个最低分:XX分,最后得分为:XX分
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment