python关于循环语句的 练习题 2道 求助 在线等~~!!

题目2..... 题目2.. 展开
 我来答
luneng8183
2011-11-04 · TA获得超过900个赞
知道小有建树答主
回答量:606
采纳率:100%
帮助的人:506万
展开全部
import sys

tmpy = sys.stdin.readlines()

cold = 0
warm = 0

for i in tmpy:
if int(i) <= 60:
cold = cold + 1
if int(i) >= 80:
warm = warm + 1

print "cold = ", cold
print "warm = ", warm

用ctrl+d结束输入
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
灰人王
2011-11-04 · TA获得超过2456个赞
知道大有可为答主
回答量:2401
采纳率:0%
帮助的人:899万
展开全部
你的题呢?
更多追问追答
追问
题目1
追答
晕。你们是用英文出题的啊。

heating_degree_days=0
cooling_degree_days=0

while 1:
s_input=raw_input("please input the average daily temps, press q to finish your input:")
if s_input=="q":
print("total heating degree-days is %d" %(heating_degree_days,))
print("total cooling degree-days is %d" %(cooling_degree_days,))
break;
degree=int(s_input)

if degree80:
cooling_degree_days+=degree
本回答被提问者采纳
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
收起 1条折叠回答
推荐律师服务: 若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询

为你推荐:

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

类别

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

说明

0/200

提交
取消

辅 助

模 式