永发信息网

询问一个python寻找完全数的程序

答案:2  悬赏:0  手机版
解决时间 2021-04-02 22:18
  • 提问者网友:我一贱你就笑
  • 2021-04-02 16:47
询问一个python寻找完全数的程序
最佳答案
  • 五星知识达人网友:酒醒三更
  • 2021-04-02 17:16
while的退出条件 是theNum<=topNum 可是在整个while中这个两个变量都没变过 theNum=theNum+1写在最后什么意思。。。 while只能管到divisor=divisor+1追问我把两个空行去掉了,但还是一直在运行,开始输入的topNum似乎没有作用呀。。。追答topNum=raw_input("What is the upper number for the range:")
topNum=int(topNum)
theNum=2
while theNum<=topNum:

divisor=1
sumOfDivisors=0
while divisor if theNum%divisor==0:
sumOfDivisors=sumOfDivisors+divisor
divisor=divisor+1
if theNum==sumOfDivisors:
print theNum,"is perfect"
if theNum print theNum,"is abundant"
if theNum>sumOfDivisors:
print theNum,"is deficient"
theNum=theNum+1
全部回答
  • 1楼网友:像个废品
  • 2021-04-02 18:37

我要举报
如以上回答内容为低俗、色情、不良、暴力、侵权、涉及违法等信息,可以点下面链接进行举报!
点此我要举报以上问答信息
大家都在看
推荐资讯