Tau的博客
文章
分类
标签
归档
关于
while循环,for循环,if语句 不需要括号,后面需要加冒号
定义函数语句 :
def fun(a,b): 注:参数可以设置为默认值
def fun(a,b):