python變量和簡單數據類型

#coding=utf-8 #python之禪 import this #打印變量 massage="hello world python" print(massage) #打印修改後的變量 massage="hello world python!" print(massage) #改變字符大小寫 name="abc sjijwi" print(name.title()) print(name.u
相關文章
相關標籤/搜索