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.
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.