标签:python return
#!/usr/bin/python
def add100(x):
return x+100
hh=[11,22,33]
print map(add100,hh)
本文出自 “expect批量同步数据” 博客,请务必保留此出处http://4249964.blog.51cto.com/4239964/1540391
python map函数,布布扣,bubuko.com
python map函数
原文地址:http://4249964.blog.51cto.com/4239964/1540391