arr[::-1] does a list slice to reverse the array str(x) for x in arr[::-1] casts the ints in the array as strings
確定! 回上一頁