정답 개수:
0
틀린 개수:
0
실행 실패 개수:
10
1 5 2 ** ** ** ** .* 0
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 12, in <module> key[ord(key) - ord('a')] = True ~~~^^^^^^^^^^^^^^^^^^^^^ TypeError: 'str' object does not support item assignment
0
1 3 5 *$D** D***E *$**$ 0
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 12, in <module> key[ord(key) - ord('a')] = True ~~~^^^^^^^^^^^^^^^^^^^^^ TypeError: 'str' object does not support item assignment
3
1 6 3 *Ab .*B AEe .** E.. A*. ced
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 12, in <module> key[ord(key) - ord('a')] = True ~~~^^^^^^^^^^^^^^^^^^^^^ TypeError: 'str' object does not support item assignment
0