Discuss / Python / 新手请教

新手请教

Topic source

n = 123 f = 456.789 s1 = 'Hello, world' s2 = 'Hello, \'Adam\'' s3 = r'Hello, "Bart"' s4 = r'''Hello, Lisa!'''

请教

水滴竹沙

#2 Created at ... [Delete] [Delete and Lock User]

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


  • 1

Reply