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的主要内容,如果未能解决你的问题,请参考以下文章

如何在 python 中并行化以下代码片段?

用python输出100以内的偶数积

为啥这个代码片段说包含错误?

python输出0到100的偶数?

Python1

JavaScript - 代码片段,Snippets,Gist