while True: 만 있는 경우나 class Temp: 만 있는 경우 에러가 발생하기 때문에
빈 객체를 만들거나 빈 루프를 만들기 위해서 pass 라는 것을 고안했다.
그냥 이렇게 쓰면 된다.
class temp:
pass
while True:
pass
'Script > Python' 카테고리의 다른 글
15. Generic Operation With Containers (0) | 2020.01.15 |
---|---|
14. Documentation (0) | 2020.01.15 |
11. Conditional Statements (0) | 2020.01.15 |
10. Statement Blocks (0) | 2020.01.15 |
09. Shallow copy & Deep copy (0) | 2020.01.15 |