Featured
01 April 2020
Python 101 - Tuples (1)
For simple understanding, “tuple” is a set of data. So, it is a set, like list or dictionary, but what makes tuples tuples? Before we go into tuples, let’s grab a tuple first. Create a Tuple To