Computer Science, asked by armaanpawar, 11 months ago

which statement in function Python is used to print anything on monitor​

Answers

Answered by sangeetabhanwar
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.

Explanation:

Strings can be assigned to variable say string1 and string2 which can called when using the print statement.

...

eg of print

print() function

print("Good Morning")

Similar questions