MCQ Practice Single Best Answer Topic: Python String MCQ

Q What will be the output after the following statements?
x = 'Today is a nice day' + \
' I will go for a walk today'
print(x)

Question ID
#3997
Subchapter
Python String MCQ
Action
Choose one option below

Choose Your Answer

Click an option to check whether your answer is 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: D

Explanation

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

Share This Question

Share this MCQ with your friends or study group.