Discuss / Python / 打卡

打卡

Topic source

Mints_鱼酱

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

print('n = ',123)

print('f = ',456.789)

print('s1 = ','\'Hello, world\'')

print('s2 = ',"\'Hello, \\'Adam\\''")

print('s3 = ',r"r'Hello, ",'\"Bart"\'')

print('s4 = ',r"r'''Hello, ","\nLisa!'''")


  • 1

Reply