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 codefreelance.net #
 
PREVIOUS NEXT
Tagged: #tuple #python
ADD COMMENT
Topic
Name
6+8 =