how do i make a string index
im very comfused and have absolutely 0 clue how to do it
Voters
Highwayman
Would you mind further explaining what you mean by a "string index"?
im very comfused and have absolutely 0 clue how to do it
Would you mind further explaining what you mean by a "string index"?
studentNames = ["Jin", "Tobias"]
print(studentNames[1])
You should get Tobias.
Just separate each name with a comma and a space.