Discuss / Python / 交作业

交作业

Topic source

-- coding: utf-8 --

print('''n = 123 f = 456.789 s1 = \'hello,world\' s2 = \'hello,\\'Adam\\'\' s3 = r\'Hello,"Bart"'\' s4 = r\'''Hello,\nLisa!''\' ''')

请问s4如何理解


  • 1

Reply