Browse Source

Downgraded t-rex for low-performant laptops

Vsevolod Levitan 11 tháng trước cách đây
mục cha
commit
28410712eb
1 tập tin đã thay đổi với 6 bổ sung0 xóa
  1. 6 0
      main.py

+ 6 - 0
main.py

@@ -0,0 +1,6 @@
+import numpy as np
+
+print(np.array([[1, 2, 3], [3, 2, 1]]).sum())
+print(a[2][1])
+
+np.shape(np.array())