↻
⏵︎ Run
import numpy as np #create numpy array a = np.arange(5, 14, 2) print(a)
Output