Programming (Year 11)
String Manipulation
What is the output of the following code: print('Hello' * 3)?
HelloHelloHello
Hello3
Hello
3Hello