透過split () 將這些字串分開。 可以看到最後輸出的資料型態為list def print_hi(): """輸入多個數字""" grade = input("輸入多個數字:").split() ...
確定! 回上一頁