Computer Science, asked by anushka9655, 8 months ago

write two features of strings in python . with examples​

Answers

Answered by DakshGAMING
3

Explanation:

String Literals. String literals in python are surrounded by either single quotation marks, or double quotation marks. ...

Assign String to a Variable. ...

Multiline Strings. ...

Strings are Arrays. ...

Slicing. ...

Negative Indexing. ...

String Length. ...

String Methods.

Answered by hita10
3

Answer:

Python Strings

String Literals. String literals in python are surrounded by either single quotation marks, or double quotation marks.

Assign String to a Variable.

Multiline Strings.

Strings are Arrays.

Slicing.

Negative Indexing.

String Length.

String Methods.

Similar questions