python中 怎么用while loop算数量 5

YourPythonprogramwilldothefollowing:CreateanemptylistUseaforlooptoasktheuserfor10numb... Your Python program will do the following:

Create an empty list
Use a for loop to ask the user for 10 numbers. Add each number to your list using the append method.
Use another for loop to print the list in reverse order, one per line
Use a while loop to count how many positive numbers are in the list
Here is one example of how the program should look when it runs (user input is in red):

Enter a number: 3
Enter a number: 2
Enter a number: -4
Enter a number: 10
Enter a number: -8
Enter a number: 17
Enter a number: -20
Enter a number: 30
Enter a number: -5
Enter a number: -2

Reversed list:
-2
-5
30
-20
17
-8
10
-4
2
3

Positive count: 5
展开
 我来答
夜淡俗h
2018-11-14 · TA获得超过578个赞
知道小有建树答主
回答量:346
采纳率:74%
帮助的人:58.3万
展开全部
循环里break出来不执行else, 否则执行else。主要就是用来判断循环是不是正常结束的。
推荐律师服务: 若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询

为你推荐:

下载百度知道APP,抢鲜体验
使用百度知道APP,立即抢鲜体验。你的手机镜头里或许有别人想知道的答案。
扫描二维码下载
×

类别

我们会通过消息、邮箱等方式尽快将举报结果通知您。

说明

0/200

提交
取消

辅 助

模 式