《 笨方法學 Python 》_ 習題 18 - 23

習題 18:命名、變量、代碼和函數 # this one is like your scripts with argv def print_two(*args): arg1, arg2 = args print("arg1: %r, arg2: %r" % (arg1, arg2)) # ok, that *argv is actually pointless, we c
相關文章
相關標籤/搜索