Files
andrey.matveevandintellij-monorepo-bot 073af04a6a PY-38581 Implement previous calls feature
GitOrigin-RevId: 5682350bfd95a6abfc325b511c55d6e27b41476a
2020-02-25 05:37:15 +00:00

4 lines
64 B
Python

import numpy as np
a = np.arange(42)
b = a.reshape(6, 7)
<caret>