python中的二维数组和lamda时间:2024-01-14 12:37:08python列表推导式 list=[[0 for i in xrange(3)] for j in xrange(4)] 二维数组 g=lambda x,y:x*y; print g(2,9);