首页 > 代码库 > python笔记

python笔记

def say(a,b):
print a,b

---》

apply(say,(‘jenny‘,‘hui‘))
jenny hui