好得很程序员自学网

<tfoot draggable='sEl'></tfoot>

Python中表示字符串的几种方法介绍

这篇文章主要介绍了Python中表示字符串的三种方法的相关资料,需要的朋友可以参考下

str='this is string'; 
print str; 
str=”this is string”; 
print str; 
str=”'this is string 
this is pythod string 
this is string”' 
print str; 

以上就是Python中表示字符串的几种方法介绍的详细内容,更多请关注Gxl网其它相关文章!

查看更多关于Python中表示字符串的几种方法介绍的详细内容...

  阅读:41次