Get answer of your all questions and doubts! ➤ Ask Question QuestionIf you give the following for str1 = “Hello”, why does Python report error?str1[2] = ‘p’ [Computer Science Class – 11 Sumita Arora solutions. Chapter 6 – Data Handling.] Answer Python reports error because strings are immutable. Related Questions:What is an atom? What is an expression?Is it true that if two objects return True for is operator, they will also return True for == operator?Given str1 = “Hello”, what will be the values of: (a) str1[0] (b) str1[1] (c) str1[-5] (d) str1[-4] (e) str1[5]What are three internal key-attributes of a value-variable in Python? Explain with example.Ask or look other questions and answers.