Computer Science, asked by vk162910, 5 months ago

The print function is used to receive data from keyboard in a program. true /false​

Answers

Answered by abbasshab53
1

this statement is false

Answered by MotiSani
0

The print function is used to receive data from the keyboard in a program. It is a false statement.

  • In python, there are specific functions to perform different tasks.
  • Print function i.e. print() is used to print a certain selected message, either on the screen or some other standard output device.
  • While in order to receive data from the keyboard, the input() function is used.
  • So, the correct statement would be: The input function is used to receive  data from the keyboard in a program.
Similar questions