ch03-listTuple.py
print(fruit)
foo = ["영희", "철수", "민희", "상혁"] result = foo.index("상혁") print(result)
실행결과
(중략) 3