Computer Applications

Which statement/function will you use to get value for a variable from keyboard ?

  1. get
  2. cin
  3. raw_input
  4. raw_in

Python Funda

1 Like

Answer

raw_input

Reason — The raw_input function is used to get value for a variable from keyboard.

Answered By

1 Like


Related Questions