Quotation Marks in String

后端 未结 0 921
走了就别回头了
走了就别回头了 2020-12-15 05:54

I\'m following a tutorial on Python on the string topic

    first = ‘John’
    last = ‘Smith’
    message = first + \' [\' + last + \'] is a coder\'
    print         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题