From a list containing int, strings and floats, make three lists to store them ... elif type(i)==float: y.append(i) elif type(i)==str: z.append(i) print(x) ...
確定! 回上一頁