Kingsway to Python: Tuples


tu00.py - A tuple consists of a number of values separated by commas

tu02.py - using parenthesises

tu04.py - Tuples may be nested

tu05.py - variable can be element of tuple

tu06.py - tuples are immutable

tu06.py - tuples are immutable

tu08.py - in tuple can be constants of different data types

tu10.py - concatenation of tuples

tu12.py - length (size) of tuple

tu14.py - repetition of the tuple

tu16.py - help for tuple

tu18.py - membership testing in a tuple

tu20.py - add new element to tuple

tu22.py - tab iteration using 'for'

tu23.py - In development ...

tu25.py - In development ...

tu26.py - indexing of tuple elements

tu30.py - slicing of tuple

tu34.py - two tuples comparing

tu38.py - tuple min and max