Monday, March 16, 2015

sequence - Python Tutorial

sequenceSequence – In Python a sequence is a way to store data in an organized and efficient way.  There are several different data types in Python that use a sequence and they are strings, list and tuples are the most used sequences in Python and there are some rarer ones like ranges and binary sequences.



No comments:

Post a Comment