Comment on Python 2.8 Un-release ScheduleparentComments−wladimir14yTo be precise, print is now a function instead of a statement. It has not been taken away. Just add parenthesis.The string formatting syntax did indeed change, but the new syntax is just as "quick" as the old one, just different (see http://stackoverflow.com/questions/517355/string-formatting-...).
Comments
To be precise, print is now a function instead of a statement. It has not been taken away. Just add parenthesis.
The string formatting syntax did indeed change, but the new syntax is just as "quick" as the old one, just different (see http://stackoverflow.com/questions/517355/string-formatting-...).