... join them: >>> print ', '.join(map(str, list_of_ints)) 80, 443, 8080, 8081 >>> print '\n'.join(map(str, list_of_ints)) 80 443 8080 8081. Documentation · Python ...
確定! 回上一頁