我写的时候:
print '\'或print "\"或print "'\'"
print '\'
print "\"
print "'\'"
Python不会打印反斜杠\符号.
\
我该怎么做才能得到预期的结果?
python python-2.7
python ×1
python-2.7 ×1