运行 ❯
获取您自己的
Python
服务器
×
改变方向
改变主题,深色/浅色
转到 Spaces
from numpy import random x = random.poisson(lam=2, size=10) print(x)