Computer Science, asked by utkarshalagh, 5 months ago

In Python, what are strings?(a)str objects (b)Immutable (c)Changeable (d)char arrays​

Answers

Answered by wajahatkincsem
0

Characteristic Array is the correct answer.

What are Strings in Python?

  • In Python, strings are arrays that consist of Unicode characters.
  • We can create strings by putting characters in between single quotes.
  • Double quotes and tripe quotes can also be used.
  • Indexing method is used to access the characters of the string.

Similar questions