| 1 2 3 4 5 6 7 8 | if "Suga" in bts: print(bts.index("Suga")) ################################################ bts = ["V", "J-Hope", "Suga", "Jungkook" ] for member in bts: print(member) | cs |


http://itsys.hansung.ac.kr/cgi-bin/onlineTest/viewpy4AI/onlinePy4AI.cgi?source=src/py/Ch07/code_7_11.py
Python for AI ½Ç½À°Ô½ÃÆÇ