Print and Import Statements

Learn about the print and import statements in Python.

Print statement

Print “statements” are actually calls to a function named print, but everybody uses them as statements. You can give print any number of arguments, and they will all be printed on the same line with spaces between them.

Take a look at this example:

Get hands-on with 1200+ tech skills courses.