hi all if i have array c = [1.0, 2.0, 2.0, 1.0] and i want to convert it to Int in this way c = [1,2,2,1] i tried some thing like that for i in count i ...
確定! 回上一頁