Discuss / Python / 2015-12-30

2015-12-30

Topic source
在此插入代码

print(r""" n=123 f = 456.789 s1 = 'hello,world' s2 = 'hello,\'adam\'' s3 = r'''hello, "bart"' s4 = r'''hello, lisa!'''""")


  • 1

Reply