Python notes 发表于 2018-04-16 | 分类于 Python | 记录学习Python的一些常用语法,此记。 定义函数123456def power(x,n=2): s = 1 while n>0: n = n -1 s = s * x return s 12345def add_end(L=None): if L is None: L = [] L.append('END') return L 如果我的文章对你有所帮助,那么不妨? 打赏 微信支付 支付宝