print('special string: \',\",\,\\\,\\n,\\t,') 这个编译对不,运行怎么都是对的,我都不知道标准答案了
a = 'special string: \',\",\\,\\\\,\\n,\\t'
print(a)
对的。