Examveda

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

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: Option A


This Question Belongs to Python Program >> Files Handling In Python

Join The Discussion

Related Questions on Files Handling in Python