码迷,mamicode.com
首页 > 编程语言 > 详细

python

时间:2014-10-17 13:37:45      阅读:201      评论:0      收藏:0      [点我收藏+]

标签:sp   数据   on   bs   python   字符串   方法   函数   nbsp   

  拼接字符串:

>>> x="hello"
>>> y="world"
>>> x+y
‘helloworld‘

  将python值转换为字符串三种方法:str函数把值转换为字符串,repr函数以表达式形式表示值,反引号.

  raw_input函数会把所有输入当作原始数据放入字符串中.

  

 

python

标签:sp   数据   on   bs   python   字符串   方法   函数   nbsp   

原文地址:http://www.cnblogs.com/leepatato/p/4030696.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!