CBSE Class 9 Computer Applications Question 4 of 23

Introducing Python — Question 2

Back to all questions
2
Question

Question 2

Which of the following allow you to take input from user ?

  1. raw_input( )
  2. enter( )
  3. eval( )
  4. input
Answer

raw_input( ) and input

Reason — raw_input( ) and input() functions allow us to take input from user.