Nice join methods in python

_nulljoin = ''.join
_semispacejoin = '; '.join
_spacejoin = ' '.join

No comments: