關于r'''...'''的使用
為什么print? r''''\"To be, or not to be\": that is the question.\nWhether it\'s nobler in the mind to suffer.'''可以
但是print? r''''\"To be, or not to be\": that is the question.\nWhether it\'s nobler in the mind to suffer.''''這樣不可以?
為什么print? r''''\"To be, or not to be\": that is the question.\nWhether it\'s nobler in the mind to suffer.'''可以
但是print? r''''\"To be, or not to be\": that is the question.\nWhether it\'s nobler in the mind to suffer.''''這樣不可以?
2017-10-10
舉報
2017-10-10
應該是把\后面的 ' 和? it\ 后面的 '? 視作 一個組合 。 如果后面是4個 ' 就多出來一個
2017-10-10
r后面是3個?'''