Report Bug
Qus : The function which reads one line from standards input and returns it as a string (removing the trailing newline)
Qusवह फंक्शन जो स्टैण्डर्ड इनपुट से एक पंक्ति रीड करता है और इसे स्ट्रिंग के रूप में लौटाता है (ट्रेलिंग न्यूलाइन को हटाते हुए)

A. raw_input
B. input
C. eval
D. accept


Solution
A. raw_input






Report Bug