Discuss / Python / 转义符

转义符

Topic source

s1 = '\'hello,world\''

s2 = '\'hello,\\\'adam\\\''

s3 = 'r\'hello,\"bart\"\''

s4 = 'r\'\'\'hello,\nlisa!\'\'\''


  • 1

Reply