python吗

cloth=[ clothes1clothes2,clothes3,clothes4,clothes5]
def getSize(clor):
return map(lambda x:return x[1],filter(lambda y:return y[0]==clor,cloth))
def getPrice(clor,size):
return map(lambda x:return x[2],filter(lambda y:return y[0]==clor and y[1]==size,cloth))
手机排版不好。。。