In Python2, range() returns a list, which is equivalent to list(range()) in Python3. If it's used in for statement, you don't need list() , but ...
確定! 回上一頁