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
2
Answer:
I don't understand your question?
Answered by
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