정답 개수:
39
틀린 개수:
0
실행 실패 개수:
61
2 all check 2
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 105, in <module> S_set = set([char(x) for x in range(1, 21)]) ^^^^ NameError: name 'char' is not defined. Did you mean: 'chr'?
1
2 all check 4
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 105, in <module> S_set = set([char(x) for x in range(1, 21)]) ^^^^ NameError: name 'char' is not defined. Did you mean: 'chr'?
1
3 check 8 all all
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 105, in <module> S_set = set([char(x) for x in range(1, 21)]) ^^^^ NameError: name 'char' is not defined. Did you mean: 'chr'?
0