Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

accessing items of tuple in python

# plz suscribe to my youtube channel -->
# https://www.youtube.com/channel/UC-sfqidn2fKZslHWnm5qe-A

fruits = ("apple", "banana", "cherry")
print(fruits[1])  
 
PREVIOUS NEXT
Tagged: #accessing #items #tuple #python
ADD COMMENT
Topic
Name
1+4 =