python入門第一天

# 單行註釋 Ctrl + /   """ 多行註釋 """   變量定義 數字,字母,下劃線,不能以數字開頭   變量的類型 # type()函數可以查詢變量類型 my_str='hello' my_type=type(my_str) print(my_type)       運算符   賦值運算符
相關文章
相關標籤/搜索