Login and Register ×
Check your Email for the OTP
Python Programming Language MCQ Python Basic MCQ
⚠ Report ✓ Question Verified Copy Link
Explanation:
Python input() function is used to take user input. By default, it returns the user input in form of a text string.
color = input("What color is rose?: ") print("Rose is", color)
Output
What color is rose?: red Rose is red
Related Topic:
Share Above MCQ
Learn More MCQ Questions from Python Programming Language MCQ Python Basic MCQ