I always found python's 'join' method ass-backwards. In Ruby for example you would put `fields.join('--')` rather than `'--'.join(fields)` as in python. The Ruby approach just feels the right way round IMO.
johnmair 3 months ago
I always found python's 'join' method ass-backwards. In Ruby for example you would put `fields.join('--')` rather than `'--'.join(fields)` as in python. The Ruby approach just feels the right way round IMO.
johnmair 3 months ago