Computer Applications

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

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

Python Funda

1 Like

Answer

raw_input( ) and input

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

Answered By

2 Likes


Related Questions