Which of the following is true about Python Strings?
They can be changed
The strings when used with adition operator generate an error
They can be concatenated
The strings when used with the multiplication operator repeat themselves
Consider the string; str1=“Programming is fun”. The statement; str[2]='r' will give an error, is this true or false?
True
False
The statement with respect to the string declared in Q9 , the statement: str[2]==str[4] will give the answer as True.
Yes
No
{"name":"Strings Test", "url":"https://www.quiz-maker.com/QHH21CEBI","txt":"Name:, s = 'Good't = 'Time'print('meGo' in 2 * (s + t)), What will be the output? print(ord('Good'))","img":"https://www.poll-maker.com/3012/images/ogquiz.png?sz=1200-00000000001000005300"}