Programming (Year 11)
Strings
What will the following code output: print('Hello'[1])?
H
e
l
o
Next