작업 환경 Python3 문제 상황 TypeError: sequence item 0: expected str instance, int found 문제 원인 이렇게 생긴 list를 String 문자열로 치환하기 위해print("".join(result))를 사용했다.
Python3TypeError: not all arguments converted during string formattingresult에 num값을 str로 묶어 문자열로 append(추가)넣어두었는데아래에서 resulti%2로 연산을 시도하려 했다가 만난 Error