Python3.4字符串基礎

""" Python文本之一[字符串基礎] Python version: 3.4 """ #單引號 str_single_quotes = 'blog: http://www.csdn.net/wirelessqa' #雙引號 str_double_quotes = "blog: http://www.csdn.net/wirelessqa" print ("## 單引號: " + str_
相關文章
相關標籤/搜索