

InterviewSolution
Saved Bookmarks
1. |
Write different type of string is supported in python |
Answer» There are seven sequence\xa0types:\xa0string, Unicode\xa0string, list, tuple, bytearray, buffer, and xrange objects. Sequence can be mutable or immutable. Immutable sequence is a sequence that cannot be changed after it is created. | |