アットウィキロゴ

ransuu

import numpy as np
height = np.random.randint(140, 190, 100)
print(np.mean(height))
最終更新:2018年05月06日 01:30