day4之函数时间:2022-11-12 19:45:48很快就第4天了,原来人是有惰性的,博客现在就不想写了,真是悲催,坚持,憋住。 函数 def func(name): print(name) func("huihuang") 函数定义