Computer Science, asked by kumarisuresh112011, 3 months ago

are the following statement in Python string objective correct?justify your answer (i)S="Hello Friends"(ii) S[6]='^'​

Answers

Answered by Stereostomer
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