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

Choose the Best Option

Click any option to instantly check if you're correct.

  • A SyntaxError
  • B Today is a nice day
  • C I will go for a walk today
  • D Today is a nice day I will go for a walk today
Correct Answer: Option D

Explanation

Today is a nice day I will go for a walk today

Share This Question

Challenge a friend or share with your study group.