Sequence datatypes - English

14986 visits



Outline:

List, string and tuple sequence data types with examples How to access a list using index numbers? Access the string elements Access the tuple elements How to add different sequence data types? How to find the length of a variable? Find the sum of a list Convert list to tuple Convert tuple to list Convert string to list and list to string