정답 개수:
0
틀린 개수:
0
실행 실패 개수:
10
1 1 e e
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 13, in <module> print(len(list_not_famous)) ~~~^^^^^^^^^^^^^^^^^ TypeError: object of type 'NoneType' has no len()
1 e
2 1 d abc d
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 13, in <module> print(len(list_not_famous)) ~~~^^^^^^^^^^^^^^^^^ TypeError: object of type 'NoneType' has no len()
1 d
2 2 e b b e
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 13, in <module> print(len(list_not_famous)) ~~~^^^^^^^^^^^^^^^^^ TypeError: object of type 'NoneType' has no len()
2 b e