the print () function is used to display the output of any command on the screen
Answers
Answered by
0
Answer:
True
The print() method is used to display the output on the screen in python. The print() function prints the specified message to the screen or other standard output device. The message can be an integer, a string.
Similar questions