"NameError"의 두 판 사이의 차이

(새 문서: category: Error ;NameError ==Python== category: Python <source lang='Python'> print( not_exist_variable ) # NameError: name 'not_exist_variable' is not defined </source>)
 
잔글 (봇: 자동으로 텍스트 교체 (-source +syntaxhighlight))
 
4번째 줄: 4번째 줄:
==Python==
==Python==
[[category: Python]]
[[category: Python]]
<source lang='Python'>
<syntaxhighlight lang='Python'>
print( not_exist_variable )
print( not_exist_variable )
# NameError: name 'not_exist_variable' is not defined
# NameError: name 'not_exist_variable' is not defined
</source>
</syntaxhighlight>

2020년 11월 2일 (월) 02:31 기준 최신판

NameError

Python[ | ]

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