Change all the creation of data by concatening string by the creation of a...
Change all the creation of data by concatening string by the creation of a 'ret' list, and "".join( ret ). This modification is made because the strings are immutable in Python. This implementation is therefore more efficient.
Loading
Please register or sign in to comment