acces ttple python code example Example: pyhton tuple #It's like a list, but unchangeable tup = ("var1","var2","var3") tup = (1,2,3) #Error