Python語言字符串處理和特殊函數

字符串:用引號括起來的字符集合。引號能夠是單引號,雙引號甚至是三引號。python str1='hello' #定義字符串 str2="hello" str3='''hello''' print 'hello "man"' #輸出hello "man" 訪問字符串裏的值 tcp   字符串格式化函數 print "my name is %s and age is %d"% ('zw'
相關文章
相關標籤/搜索