lanxi256 发表于 2018-8-16 09:54:51

Python引号的用法

  print "this is 1 '"
  print 'this is 2 "'
  print ('''
  hello,everyone!
  hello,everyone!!
  hello,everyone!!!
  "hello,everyone!!!!"
  'hello,everyone!!!!!'
  ''')

页: [1]
查看完整版本: Python引号的用法