Computer Science, asked by summu53, 6 months ago

___ function is used to print messages on screen​

Answers

Answered by ratnakar63
5

Answer:

in python print function is used to display the messages

Answered by brokendreams
0

Print function is used to print messages on screen.

Definition of Print function;

Print function- it allows for printing the information send through the standard output.

Features of Print function;

  • The print function displays the characters indicates the variables as well.
  • In the python print function it takes numerous parameters for outlining.
  • In the python print function not only the messages are able to send, any other objects are also converted to the string.
  • The parameters are as follows;
  1. Objects- conversion of the objects before printing.
  2. separator- the separation of objects, even more than one.
  3. end- to command the computer for ending the print.
  4. file- to write the name of the file.

Hence, print function is responsible for conversion, separation, ending, and naming the file.

Similar questions