原則上Python中的基本變數型態有以下幾種: 整數(int)、實數(float)、字串(str)、布 ... while True: i = input("輸入quit來離開程式:\n") if i=="quit": break else: ...
確定! 回上一頁