Python programming examples and their q equivalents. ... import numpy as np >>> np.roll([1, 2, 3, 4, 5, 6, 7],-2) array([3, 4, 5, 6, 7, 1, 2]).
確定! 回上一頁