s1 = "hello,world" |
s2 = "hello,\ world" |
s3 = """hello, world, hahaha.""" |
|
s3 = """hello, #hoho, this is hello, 在3个双引号的字符串内可以有注释哦 world, #hoho, this is world hahaha.""" |
s5 = "Let's go" |
s6 = 'I realy like "python"!' |