Discuss / Python / 完成作业

完成作业

Topic source

牧殇3399

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

print('n=',123)

print('f=',456.789)

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

print('s2=','\'Hello,\\\'Adma\\\'\'')

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

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


  • 1

Reply