🎯 Issue Description
Show users statistics about what was organized - how many files, total size, etc.
🚀 What You'll Learn
- File system operations
- Data aggregation
- String formatting
📋 Tasks
🛠️ Files to Modify
💡 Hints
- Use
os.path.getsize() to get file sizes
- Create helper function to format bytes
- Show statistics after all files are processed
🧪 Testing
python py_sort.py ~/Downloads
📚 Resources
❓ Questions?
Feel free to ask questions in the comments or start a discussion!
🎯 Issue Description
Show users statistics about what was organized - how many files, total size, etc.
🚀 What You'll Learn
📋 Tasks
🛠️ Files to Modify
py_sort.py💡 Hints
os.path.getsize()to get file sizes🧪 Testing
python py_sort.py ~/Downloads📚 Resources
❓ Questions?
Feel free to ask questions in the comments or start a discussion!