Computer Science, asked by saibashirin51, 1 month ago

what is strings in python.


explain ​

Answers

Answered by mamilata810
4

Answer:

Hope this answer helps you!

Explanation:

A string in Python is a sequence of characters. It is a derived data type. Strings are immutable. This means that once defined, they cannot be changed. Many Python methods, such as replace() , join() , or split() modify strings.

Similar questions