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:
1.4k
0
Do you find this helpful?
8

Discussion

No comments yet