In python 3, they return a iterator object that represent the list. def ff(nn): return nn + 1 xx = [1, 2, 3, 4] ...
確定! 回上一頁