1.

Select all options that print.hello-how-are-youa) print(‘hello’, ‘how’, ‘are’, ‘you’)b) print(‘hello’, ‘how’, ‘are’, ‘you’ + ‘-‘ * 4)c) print(‘hello-‘ + ‘how-are-you’)d) print(‘hello’ + ‘-‘ + ‘how’ + ‘-‘ + ‘are’ + ‘you’)​

Answer»

ANSWER:

I don't UNDERSTAND your QUESTION?



Discussion

No Comment Found