[root@10-6-8-200 test]# more 4.py #!/usr/bin/python for a in range(1, 10): for b in range(0, 10): for c in range(0, 10): if a*100+b*10+c == a**3+b**3+c**3: print a*100+b*10+c [root@10-6-8-200 test]# ./4.py 153 370 371 407
python打印出水仙花
原创
©著作权归作者所有:来自51CTO博客作者charlie_cen的原创作品,请联系作者获取转载授权,否则将追究法律责任
上一篇:python操作mysql
下一篇:nginx重启脚本
提问和评论都可以,用心的回复会被更多人看到
评论
发布评论
相关文章
-
水仙花数
水仙花数两种方法
取模 #include 整型变量 水仙花数 for