运行 ❯
获取您的
代码 Python
服务器
×
更改方向
更改主题,黑暗/明亮
转到 Spaces
from numpy import random x = random.normal(size=(2, 3)) print(x)