Computer Science, asked by sakshamsanyal147, 4 months ago

If str = “welcome”, why does Python report error when we write str[0] = ‘W’ ?​

Answers

Answered by tabsansari2552
1

Answer:

Because String is immutable in python

Similar questions