|
|
|
|
|
by ma2rten
4446 days ago
|
|
I for one like the 2.x style print function. I see why it would be a bad idea to have a separate syntax for print from a purist point of view. But least for smallish scripts which print a lot it give you a better overview because the print line look different than other lines. Sometimes prints can almost be like comments. |
|
2.x didn't have a print function, unless you mean the one from 3 available with a from __future__ import.