MCQ
Single Best Answer
Not Set
QWhat will be the output after the following statements?
x = 'Today is a nice day' + \
' I will go for a walk today'
print(x)
ID: #3997
Python String MCQ
484 views
Question Info
#3997Q ID
Not SetDifficulty
Python String MCQTopic
Your Answer
Choose the Best Option
Click any option to instantly check if you're correct.
Correct Answer: Option D
Explanation
Today is a nice day I will go for a walk today
Continue Practice
Share
Share This Question
Challenge a friend or share with your study group.
More from This Topic