Discuss / Python / homework

homework

Topic source

程乔静

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

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


  • 1

Reply