2022年1月3日

学习python第n天——我在看笨办法学python

摘要: 代码块 #this is like your scripts with argv. def print_two(*args):#def含义define(定义) arg1 , arg2 = args print(f"arg1:{arg1},arg2:{arg2}") #ok,that *args is 阅读全文

posted @ 2022-01-03 17:51 何奈时 阅读(27) 评论(0) 推荐(0)

导航