top | item 24190705

(no title)

Grue3 | 5 years 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.

discuss

order

Avamander|5 years ago

Yes, but it would be a different way to do the same thing. It'd be anti-Pythonic.