Computer Science, asked by kg3400541, 19 days ago

Write function of print statement

Answers

Answered by pdey89747
3

Answer:

The function of the PRINT statement is to instruct the computer to output something, either on the terminal or the printer. It can be used in several different ways. One way is to print the value of a single variable.

Answered by cheemtu
1

The print statement is used to output anything into the terminal or a display.

Eg: print("mark me brainliest") outputs mark me brainliest to the terminal

Similar questions