其他分享
首页 > 其他分享> > happy math

happy math

作者:互联网

N=int(input("请输入快乐的数字:"))

none=True
sum=0
while none:
      m=N%10
      sum+=m*m
      n=int(N/10)
      if  n<10:
          sum+=n*n
             if sum==1:
          print("True")
          none=False
       elif sum==4:
            print("False")
           none=False
        else :
          N=sum
          sum=0
          else :
                  N=n

 

 


————————————————
版权声明:本文为CSDN博主「weixin_58565789」的原创文章,遵循CC 4.0 BY-SA版权协议,转载请附上原文出处链接及本声明。
原文链接:https://blog.csdn.net/weixin_58565789/article/details/120280614

 

标签:none,False,int,sum,weixin,print,math,happy
来源: https://www.cnblogs.com/lyh1437929164/p/15269677.html