Computer Science, asked by tati29, 1 month ago

Which of the following functions is a built-in function in python language?
A. Val()
B.Print()
C. print()
D. None of the above

Answers

Answered by manishmanna99
8

Answer:

Ans-print is the answer of this question.

Answered by sarahssynergy
1

The correct answer is option (b) print().

Explanation:

  • The print() function is a built-in function in python language that prints a value directly to the system.
  • 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.
  • The print() function prints the given object to the standard output device (screen) or to the text stream file.
Similar questions