Question: Multiple Choice Question 4/5 The following is printed by a print function call: hello-how-are-you Select the function call(s) that print(s) what is shown above. print('hello',
Multiple Choice Question 4/5 The following is printed by a print function call: hello-how-are-you Select the function call(s) that print(s) what is shown above. print('hello', 'how', 'are', 'you') print('hello', '-', 'how', '-', 'are', '-', 'you') print('hello-' + 'how-are-you ') print('hello' + '-' + 'how' + '-' + 'are' ++ 'you') print('hello', 'how', 'are', 'you' + '-' *4)
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
