6 ms·
The other way around (converting double quoted strings to single quoted ones) would be more understandable, as that is what str.__repr__ prefers: >>> "stri
by hadcomplained 5y ago
The other way around (converting double quoted strings to single quoted ones) would be more understandable, as that is what str.__repr__ prefers:
>>> "string"
'string'
I sense a bloated ego of the author in Black's decisions -- to contradict with the language's preferred formatting style.