Which Are The Two Builtin Functions To Read A Line Of Text From #1018
Which are the two built-in functions to read a line of text from standard input, which by default comes from the keyboard?
This multiple choice question (MCQ) is related to the book/course gs gs109 Python. It can also be found in gs gs109 Python Files - Python Files - Quiz No.2.
Which are the two built-in functions to read a line of text from standard input, which by default comes from the keyboard?
Raw_input & Input
Input & Scan
Scan & Scanner
Scanner