Question: How many lines will the following code output? print(Hi) print(''This is great'') 3 5 2 4
How many lines will the following code output? print("Hi") print("'"'This is great"'"') 3 5 2 4
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
