Calling writelines is much faster than either joining the strings into one big string (e.g., with ''.join ) and then calling write , or calling write repeatedly ...
確定! 回上一頁