Which of the following statements will also return the same result as given statement? print(“Computer” + “Computer”)
1.print(“Computer” , ” “, “Computer”)
2.print(“Computer”,”Computer”)
3.print(“Computer” **2)
4.print(“Computer” * 2)
Answer:4
Posted Date:-2021-12-11 11:40:05