Planetio/garbage.py

5 lines
68 B
Python
Raw Normal View History

import numpy as np
array = np.linspace(20, 42, num=4)
print(array)