摘要: 循环语句做数学题 1. count=1while count<6: print(count) count=count+1count=8while count>7 and count <11: print(count) count=count+1 两段代码单独可以运行,连起来运行不了,下节课看下答案 阅读全文
posted @ 2019-01-22 00:52 SeanLearnstorock 阅读(59) 评论(0) 推荐(0)