Python 100 Problem Solving with Examples Part 3
This is a course to learn the Python programming language with 100 problems. This course consists of a total of 3 parts, and in Part 3, you will solve problems on the topics of OPP, algorithms, strings, modules, and certification preparation.
Python
Python

- Unresolved
소멸자 관련 질문
안녕하세요.소멸자는 인스턴스 객체를 생성한 후에 소멸시에 사용하는 것으로 알고 있습니다.인스턴스 객체 p1만 소멸 시키고자 del p1을 수행했는데 p2까지 모두 소멸되었습니다.소멸자는 객체 소멸이아니라
pythontnsdud35060196
・
1
246
1
- Unresolved
인덱스로는 왜 접근이 불까한가요?
<div style="color: #eeffff; background-color: #212121; font-family: Consolas, 'Courier New', monospace; font-size: 14px; line-height: 19px; white-spac
pythonsongenie
・
0
191
0

