[2018/4/4] 병조야 답이 없다
그 indentation은 이거 보고 알아서 하셈;; def checkLetter(checkString): checkList = [“Messi”, “Son”, “Stones”, “Kane”, “Dele”] result = [] numCount = 0 resultString = “” for item in range(0,5): if checkString in checkList[item]: numCount += 1 result.append(checkList[item]) if numCount == 0: […]