PY7 – Tuples in Python

Tuple in Python is very similar to List tuple – is a compound data type, used to group other values List are mutable, but tuple…