DEV Community

Sanika Sree A.K
Sanika Sree A.K

Posted on

Which version of Python removed the print statement?

In the evolution from Python 2.x to Python 3.x, one of the most significant changes was the transformation of the print statement into the more versatile print() function. This shift not only modernized the way we output text but also opened up new possibilities for formatting and handling outputs in our code.

Top comments (0)