Charles R. Twardy

Follow @ctwardy on Micro.blog.

I’ve been writing Python for 25 years. 🐍

So why do I still forget that .split() follows the string while .join() precedes it?

','.split('8,9') is not what I want.