标签:sdn article nbsp 开始学习 python 字符串 bsp .net tps
原文:https://blog.csdn.net/peng__dada/article/details/79138135
#第一种:三个单引号
print ‘‘‘我是一个程序员
我刚开始学习python‘‘‘
#第二种:三个双引号
print """我是一个程序员
我刚开始学习python"""
#第三种:\结尾
print"我是一个程序员,\
我刚开始学python"
标签:sdn article nbsp 开始学习 python 字符串 bsp .net tps
原文地址:https://www.cnblogs.com/zdj8023/p/10863821.html