Python 跟其它語言比起來比較沒那麼嚴謹. 例如java 要創建變數時需宣告後才可以使用. 但是python首次為其賦值時,會創建變量。 print(5). a=3 b=5 print(a) ...
確定! 回上一頁