McqMate
| 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 |
| 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: | |
View all MCQs in
Problem Solving and Python ProgrammingNo comments yet