[mw_shl_code=python,true]heads= int(input('Heads:'))
legs = int(input('Legs:'))
for c in range(1,heads):
if((heads - c)*4+c*2 == legs):
【查看更多内容请登录哈】