第一个
ewm0tg9j1#
我想这就是你要找的:
import numpy as np arr = input().strip().split(' ') def arrays(arr): arr = np.array(arr, dtype=float) return(arr[::-1]) # this will reverse the array arrays(arr)
1条答案
按热度按时间ewm0tg9j1#
我想这就是你要找的: