python学习---缺省参数&&help

def test(a,b=11,c=22)

       pass

test(b=4,a=2,c=0)-------------------------------->

help(print)---------------------------------->查看print的用法

猜你喜欢

转载自blog.csdn.net/visoprkx/article/details/82591182
今日推荐