Checkpoint 1.11.1.
- sends information to the printer to be printed on paper.
- Within the Python programming language, the print function has nothing to do with the printer.
- displays a value on the screen.
- Yes, the print function is used to display the value of the thing being printed.
- tells the computer to put the information in print, rather than cursive, format.
- The format of the information is called its font and has nothing to do with the print function.
- tells the computer to speak the information.
- That would be a different function.
The print function: