심사문제 27.6
, 쌀 새우님이 작성s = list(file.read().spilt())
문의한 코드는 삭제합니다.
(도장_ 관리자님이 수정함 - 원문 제출일: 2020년 1월 29일, 수요일, 오후 6:12)
Re: 심사문제 27.6
, 도장_ 관리자님이 작성문의한 코드를 실행하면 다음과 같이 에러가 발생합니다.
F:\works\python>python 27.6.py
Traceback (most recent call last):
File "27.6.py", line 3, in <module>
s = list(file.read().spilt())
AttributeError: 'str' object has no attribute 'spilt'