MCQOPTIONS
Saved Bookmarks
| 1. |
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» B. Enter your input: Hello Python Received input is : Hello | |