Computer Science, asked by hujaifinamdar5, 3 days ago

Select all options that print.
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’)​

Answers

Answered by shinchan63116
2

Answer:

I don't understand your question?

Answered by ananthiarumugam4
5

Explanation:

Are you asking this question for today's c/s test.

In AKT CBSE SCHOOL 11th std.

option c is the answer

Similar questions