1. Organizing compressed files
2. Organizing file names
3. Change file name
4. Classify and move files
✔ assert
- Used to check if a given condition is True and raise an exception if the condition is False.
- Mainly used in code for debugging and testing purposes.
- Works only in debug mode, does not work during deployment
'Python(Eng. ver)' 카테고리의 다른 글
23. Python File I/O Library (0) | 2024.03.21 |
---|---|
22. Variable type annotation (0) | 2024.03.21 |
21. Creating a vocabulary book using file input and output (0) | 2024.03.21 |
20. File I/O in Python (0) | 2024.03.20 |
19. Python Module (0) | 2024.03.20 |