Python編程基礎

Python入門基礎知識 1. Python數據基本結構 Python的數據是弱類型,使用一個變量前沒必要提早聲明。python 1.1. 字符串 string = "this is a string!" #單引號可代替雙引號 print(string) this is a string! string_new = 'this is a ""' print(string_new) this i
相關文章
相關標籤/搜索