Q46
What will be the output of the following Python code? str = raw_input("Enter your input: "); print "Received input is : ", str
A.
Enter your input: Hello Python
Received input is : Hello Python
AnswerReceived input is : Hello Python
B.
Enter your input: Hello Python
Received input is : Hello
Received input is : Hello
C.
Enter your input: Hello Python
Received input is : Python
Received input is : Python
D.
None of the mentioned
Answer: Option A
Solution
Answer: Option A
No explanation is given for this question Let's Discuss on Board