Discuss / Python / 学习python

学习python

Topic source

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


  • 1

Reply