DEV Community

He Codes IT
He Codes IT

Posted on

Print in Python 2

Print in Python 2 is a very simple task that can be accomplished using the print statement. The print statement is a function that takes a string or a list of strings as an argument and prints them to the standard output, which is usually the console.
Read more at:
https://hecodesit.com/print-in-python-2/
Image description

Top comments (0)