Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

tuple in python

name_of_students = ("Jim" , "yeasin" , "Arafat")
print(name_of_students.index('Arafat'))
Source by www.programiz.com #
 
PREVIOUS NEXT
Tagged: #tuple #python
ADD COMMENT
Topic
Name
7+8 =