摘要: http://www.cnblogs.com/linjiqin/p/3608541.html 1、字符串1.1、如何在Python中使用字符串a、使用单引号(')用单引号括起来表示字符串,例如:str='this is string';print str; b、使用双引号(")双引号中的字符串与单引 阅读全文
posted @ 2017-09-16 09:07 善如 阅读(133) 评论(0) 推荐(0)