Programming (Year 12)
Strings
What is the output of the following code: print(3 * 'Hello')?
HelloHelloHello
Hello3
3Hello
Error
Next