Python: My Favorite Python Tricks for LeetCode Questions

from blog JJinuxLand, | ↗ original
I've been spending a lot of time practicing on LeetCode recently, so I thought I'd share some of my favorite intermediate-level Python tricks. I'll also cover some newer features of Python you may not have started using yet. I'll start with basic tips and then move to more advanced ones. Get help() Python's documentation is pretty great, and some...