码迷,mamicode.com
首页 > 其他好文 > 详细

5.三羊献瑞

时间:2019-08-10 14:10:47      阅读:69      评论:0      收藏:0      [点我收藏+]

标签:iter   a+b   int   too   ==   tool   perm   tools   result   

  

import itertools
for (a,b,c,d,e,f,g,h) in list( itertools.permutations( [‘0‘,‘1‘,‘2‘,‘3‘,‘4‘,‘5‘,‘6‘,‘7‘,‘8‘,‘9‘], 8 ) ):
if int( e+d+f+g ) + int( a+b+c+d ) == int( a+b+f+d+h ):
print (‘result: ‘,a,b,c,d)

5.三羊献瑞

标签:iter   a+b   int   too   ==   tool   perm   tools   result   

原文地址:https://www.cnblogs.com/DennyT/p/11331302.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!