NameError

Jmnote (토론 | 기여)님의 2014년 8월 21일 (목) 17:13 판 (새 문서: category: Error ;NameError ==Python== category: Python <source lang='Python'> print( not_exist_variable ) # NameError: name 'not_exist_variable' is not defined </source>)
(차이) ← 이전 판 | 최신판 (차이) | 다음 판 → (차이)
NameError

Python

print( not_exist_variable )
# NameError: name 'not_exist_variable' is not defined
문서 댓글 ({{ doc_comments.length }})
{{ comment.name }} {{ comment.created | snstime }}