πŸ“Š Problem Solving and Python Programming
Q. Which are the two built-in functions to read a line of text from standard input, which by default comes from the keyboard?
  • (A) raw_input & input
  • (B) input & scan
  • (C) scan & scanner
  • (D) scanner
πŸ’¬ Discuss
βœ… Correct Answer: (A) raw_input & input

Explanation: python provides two built-in functions to read a line of text from standard input, which by default comes from the keyboard. these functions are:


Explanation by: Mr. Dubey
python provides two built-in functions to read a line of text from standard input, which by default comes from the keyboard. these functions are:

πŸ’¬ Discussion

πŸ“Š Question Analytics

πŸ‘οΈ
279
Total Visits
πŸ“½οΈ
3 y ago
Published
πŸŽ–οΈ
Mr. Dubey
Publisher
πŸ“ˆ
94%
Success Rate