Python Basics to Practice Part 4
Python with easy and intuitive grammar! Learn Python, a renowned introductory programming language, from the basics to practice! In this course, you will learn object-oriented programming.

- Unresolved
실습 3번이랑 4번의 차이가 뭔가요?
실습 3번에서 Person .py도 실습4번의 Monitor .py와 별 차이가 없었는데person1 = Person() person1.__str__()잘 작동했습니다. 헌데
pythonfanda09143417
・
0
272
0
- Unresolved
사각형 좌표값 질문
<pre style="background-color: #
pythonstar10092113480
・
0
296
0
- Unresolved
Part 14 프로그래밍-2(실습-2) 에 특수메서드 설명시 len 을
내장함수가 아닌 특수메서드 설명이니 __len__(self): 라하고 출력시 print(len(book))으로 해야 맞는듯 합니다. 특수메서드 설명인데 일반내장함수처럼 강의가 됐습니다.
pythoniminiro2823
・
0
195
0
- Unresolved
2. 특수 메소드/ 3) 특수 메소드를 이용한 사례에 대해서
<span style="background-color: #
pythonmurdook
・
0
245
1
- Unresolved
파이썬 객체지향 강의 ) 메인 파일 실행이 안되는 이유?
클래스 2개랑 메인파일 1개, 총 3개의 .py파일을 연결해서 실행을 하고 싶은데 메인파일을 실행하면 아무 일도 일어나지 않습니다. 뭐가 문제일까요? <div style="color: #d4d4d4; background-
파이썬pythonwangjihee20176491
・
0
669
1

