Projekt/script.py

4 lines
40 B
Python
Raw Normal View History

2023-12-11 17:38:46 +01:00
import numpy as np
print(np.eye(3))