write two features of strings in python . with examples
Answers
Answered by
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
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