mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-08-29 18:17:08 +07:00
GitOrigin-RevId: 5682350bfd95a6abfc325b511c55d6e27b41476a
4 lines
117 B
Python
4 lines
117 B
Python
import numpy as np
|
|
a = np.arange(np.maximum(1, 2)).reshape(np.minimum(1, 2), np.absolute(-3))
|
|
a.reshape(3, 4)
|
|
<caret> |