Computer Science, asked by aryan6714, 1 day ago

describe the print function with example​

Answers

Answered by agarwalrajeev380
1

Answer:

The input() feature allows the user to enter data at runtime. The print() output function is used to show the result of the program after execution on the computer. Before printing it on the display, the print () evaluates the expression. The print () command shows the entire statement that is defined in print ()

Explanation:

please mark me as brainlest

Answered by gurshaansinghpinter
0

Answer:

The print() function prints the specified message to the screen, or other standard output device. The message can be a string, or any other object, the object will be converted into a string before written to the screen.

Similar questions