0100c

Results 1 issues of 0100c

파이썬 3.6에서 문법 에러가 있어서 다음과 같이 수정이 필요합니다. 121 except Exception as e: 134-139 code = ord(hangul_letter) - FIRST_HANGUL_UNICODE jongsung_index = int(code % NUM_JONGSUNGS) code /= NUM_JONGSUNGS joongsung_index =...