Planetio/garbage.py
Tucan444 14871022ab The game
just uploaded the game on github
2020-12-06 13:16:28 +01:00

5 lines
68 B
Python

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