python invalid_为什么'\x'在Python中无效?
I was experimenting with '\' characters, using '\a\b\c...' just to enumerate for myself which characters Python interprets as control characters, and to what. Here's what I found:\a - BELL\b - BACKSP...