Discuss / Python / 打卡

打卡

Topic source

s1

 print("s1='hello,world'")

s2

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

s3

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

s4

print('''s4=r\'\'\'hello,

... Lisa!\'\'\'''')


  • 1

Reply