Discuss / Python / 这个呢

这个呢

Topic source

NOVEMBER_C

#1 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!\'\'\'''')

NOVEMBER_C

#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,\nLisa!\'\'\'''') 似乎应该是这样


  • 1

Reply