Hangulpy icon indicating copy to clipboard operation
Hangulpy copied to clipboard

파이썬 3.6에서 문법 에러가 있어서 다음과 같이 수정이 필요합니다.

Open 0100c opened this issue 7 years ago • 0 comments

파이썬 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 = int(code % NUM_JOONGSUNGS) code /= NUM_JOONGSUNGS chosung_index = int(code)

0100c avatar Apr 06 '18 14:04 0100c