Discuss / Python / 学习作业

学习作业

Topic source

廖小小卿

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

print('n=123') print("s1='Hello,world'") print("s2='Hello,\'Adam\''") print("s3=r'hell,\"Bart\"") print("s4=r'''hello,") print("lisa!\'\'\'")


  • 1

Reply