im very comfused and have absolutely 0 clue how to do it
studentNames = ["Jin", "Tobias"] print(studentNames[1])
You should get Tobias.
Just separate each name with a comma and a space.
how do i make a string index
im very comfused and have absolutely 0 clue how to do it
studentNames = ["Jin", "Tobias"]
print(studentNames[1])
You should get Tobias.
Just separate each name with a comma and a space.