Answers for "shape function python"

0

shape function python

# Example from https://numpy.org/doc/stable/reference/generated/numpy.ndarray.shape.html
y = np.zeros((2, 3, 4))
y.shape # this returns (2, 3, 4)
Posted by: Guest on April-18-2022
0

shape of variable python

variable.shape()
Posted by: Guest on March-03-2022

Python Answers by Framework

Browse Popular Code Answers by Language