Assuming you are using Python 3.x: print(*myList, sep='\n'). You can get the same behavior on Python 2.x using from __future__ import ...
確定! 回上一頁