coding tuple python code example
Example: tuple in python
#a tuple is basically the same thing as a
#list, except that it can not be modified.
tup = ('a','b','c')
#a tuple is basically the same thing as a
#list, except that it can not be modified.
tup = ('a','b','c')