Computer Applications
Which statement/function will you use to get value for a variable from keyboard ?
- get
- cin
- raw_input
- 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