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)

Sentry image

See why 4M developers consider Sentry, “not bad.”

Fixing code doesn’t have to be the worst part of your day. Learn how Sentry can help.

Learn more

👋 Kindness is contagious

Please leave a ❤️ or a friendly comment on this post if you found it helpful!

Okay