Discuss / Python / 交作业

交作业

Topic source

蓝焰魂

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

n=123

f=456.789

s1='hello,world'

s2='hello,\'adam\''

s3=r'hello,"bart"'

s4=r'''hello,

lisa!'''

print(r'''n=123

f=456.789

s1='hello,world'

s2='hello,'adam'

s3='hello,"bart"

s4=hello

lisa!''')


  • 1

Reply