6 ms·
The funny thing is, if you type print with space it recognizes what you meant, and still wouldn't do it, raising an exception instead. It would've cost them lit
by Grue3 6y ago
The funny thing is, if you type print with space it recognizes what you meant, and still wouldn't do it, raising an exception instead. It would've cost them literally nothing to support both ways to write print, since the parser has to detect statement print anyway.
- Avamander 6y agoYes, but it would be a different way to do the same thing. It'd be anti-Pythonic.