Programming (Year 12)
String Manipulation
What will the following code output? print('Hello' * 3)
HelloHelloHello
Hello 3
HelloHello Hello
3 Hello