python1+..+100
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了python1+..+100相关的知识,希望对你有一定的参考价值。
python1+..+100
# -*- coding: cp936 -*- y = "yes" while y == "yes": print "please input num" a = input() print "please input endnum" c = input() b=a+1 while b<=c: a=a+b b=b+1 print ‘答案为:‘ ; print a #y = "no" #取消“#”就是控制循环 print "go on!? (yes or no):" #y = raw_input() #把输入结果作为字符串给予变量y
以上是关于python1+..+100的主要内容,如果未能解决你的问题,请参考以下文章