5.三羊献瑞
Posted dennyt
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了5.三羊献瑞相关的知识,希望对你有一定的参考价值。
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.三羊献瑞的主要内容,如果未能解决你的问题,请参考以下文章