14. Given str1 = “Hello”, what will be the values of ? / sa 11 cs chapter 7, sa 11 ip chapter 4, Uncategorized / By PythonCSIP CS IP (a) str1 [0] : ‘H’ (b) str1[1] : ‘e’ (c) str1[-5] : ‘H’ (d) str1[-4] : ‘e’ (e) str1[5] : ‘o’