Write function of print statement
Answers
Answered by
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
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