Programming Languages Python Subjective
Sep 30, 2025

What are Python's magic methods?

Detailed Explanation
Special methods with double underscores (dunder methods) like __init__, __str__, __len__ that define object behavior for built-in operations.
Discussion (0)

No comments yet. Be the first to share your thoughts!

Share Your Thoughts
Feedback