Discuss / Python / 作业

作业

Topic source

print('''n = 123

f = 456.789

s1 = 'hello world'

s2 = 'hello,\\'adam\\''

s3 = r'hello,"bart"

s4 = \'''hello,

lisa!\''' ''')


  • 1

Reply