adplus-dvertising
frame-decoration

Question

What is the output of this program?
str = raw_input("Enter your input: ");
print "Received input is : ", str

a.

Enter your input: Hello Python
Received input is : Hello Python

b.

Enter your input: Hello Python
Received input is : Hello

c.

Enter your input: Hello Python
Received input is : Python

d.

None of the mentioned

Answer: (a).Enter your input: Hello Python
Received input is : Hello Python

Engage with the Community - Add Your Comment

Confused About the Answer? Ask for Details Here.

Know the Explanation? Add it Here.

Q. What is the output of this program?