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 ?
- raw_input( )
- enter( )
- eval( )
- input
raw_input( ) and input
Reason — raw_input( ) and input() functions allow us to take input from user.