Let x = ["Red", 2.55,"Green", 3,"Black","false"], then solve the following:
1. The output of print(x) is

2. The output of print(len(x)) is

3. The output of print(x[10]) is

4. The output of print(x[1]+x[3]) is