Discuss / Python / 作业

作业

Topic source

print('''n = 123 f = 456.789 s1 = \'Hello,world\' s2 = \'Hello,\\'Adam\\'\' s3 = r'Hello,"Bart"\' s4 = r\'\'\'Hello,\nLisa!\'\'\'''')


  • 1

Reply