are the following statement in Python string objective correct?justify your answer (i)S="Hello Friends"(ii) S[6]='^'
Answers
Answered by
2
Answer:
I. Yes, it is correct because string can be stored in variable
ii. No, because strings are immutable data types they can not be modified
Similar questions