전체 글 (25) 썸네일형 리스트형 [Python] Object(객체)와 Class에 대해 알아보자 객체란 무엇일까요? 파이썬 용어 설명집은 다음과 같이 이야기 합니다. https://docs.python.org/3/glossary.html Glossary — Python 3.9.7 documentation The implicit conversion of an instance of one type to another during an operation which involves two arguments of the same type. For example, int(3.15) converts the floating point number to the integer 3, but in 3+4.5, each argument is of a different type docs.python.org Object ? .. 이전 1 ··· 4 5 6 7 다음