SUPER/script.py

4 lines
37 B
Python
Raw Normal View History

2024-01-16 18:04:42 +01:00
import numpy as np
print(np.eye(3))