Discuss / Python / 作业

作业

Topic source

31501894

#1 Created at ... [Delete] [Delete and Lock User]
n = 123f = 456.789s1 = "'Hello, World'"s2 = "'Hello,\\'Adam\\''"s3 = "r'Hello,\"Bart\"'"s4 = "r'''Hello,\n Lisa'''"print('n = ', n)print('f = ',f)print('s1 = ',s1)print('s2 = ',s2)print('s3 = ',s3)print('s4 = ',s4)

  • 1

Reply