def bar(multiple):
def foo(n):
return multiple ** n
return foo
i = ['a', 'b']
l = [1, 2]
print (dict([l,i]))
评价对象得分