Computer Applications

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

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

Python Funda

2 Likes

Answer

raw_input( ) and input

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

Answered By

3 Likes


Related Questions