mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-06 08:00:18 +07:00
GitOrigin-RevId: 5682350bfd95a6abfc325b511c55d6e27b41476a
4 lines
64 B
Python
4 lines
64 B
Python
import numpy as np
|
|
a = np.arange(42)
|
|
b = a.reshape(6, 7)
|
|
<caret> |