K

Kirti • 10.45K Points
Tutor II

Q. Select all options that print.

Code:
hello-how-are-you
  • (A) print(‘hello’, ‘how’, ‘are’, ‘you’)
  • (B) print(‘hello’, ‘how’, ‘are’, ‘you’ + ‘-‘ * 4)
  • (C) print(‘hello-‘ + ‘how-are-you’)
  • (D) print(‘hello’ + ‘-‘ + ‘how’ + ‘-‘ + ‘are’ + ‘you’)
  • Correct Answer - Option(C)
  • Views: 112
  • Filed under category Python

No solution found for this question.
Add Solution and get +2 points.

You must be Logged in to update hint/solution

Discusssion

Login to discuss.

Be the first to start discuss.


Question analytics