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