How to write string literals in python without having to escape them?

前端 未结 6 1654
情歌与酒
情歌与酒 2020-11-27 05:18

Is there a way to declare a string variable in python such that everything inside of it is automatically escaped, or has its literal character value?

I\'m not

6条回答
提交回复
热议问题