31. What will be the output of the following Python code?
>>>str="hello"
>>>str[:2]
>>>
>>>str="hello"
>>>str[:2]
>>>>>>str="hello"
>>>str[:2]
>>>L = [1, 23, 'hello', 1]