정답 개수:
0
틀린 개수:
0
실행 실패 개수:
10
1 c
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 3, in <module> sens.sort(key= lambda x : (len(x), x)) AttributeError: 'tuple' object has no attribute 'sort'
c
1 vf
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 3, in <module> sens.sort(key= lambda x : (len(x), x)) AttributeError: 'tuple' object has no attribute 'sort'
vf
1 bbcc
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 3, in <module> sens.sort(key= lambda x : (len(x), x)) AttributeError: 'tuple' object has no attribute 'sort'
bbcc