파이썬 is

1 개요[ | ]

Python is
파이썬 is
a = b = 1
print( a is b )
# True

c = 1
print( a is c )
# True

2 같이 보기[ | ]

문서 댓글 ({{ doc_comments.length }})
{{ comment.name }} {{ comment.created | snstime }}