list(range(1,10,0.1)) range의 step 파라미터는 int형만 올 수 있다. 그렇기에 위의 코드를 돌리면 'float' object cannot be interpreted as an ...
確定! 回上一頁