Python 学习之路-01

2019-01-16  本文已影响0人  末世狂人

变量类型

html = "<a style='color:red'>哈哈</a>"
print(html)
str = '''这个是一个多行信息
多行信息
多行信息!'''
print(str)
<a style='color:red'>哈哈</a>
这个是一个多行信息
多行信息
多行信息!
上一篇 下一篇

猜你喜欢

热点阅读