アットウィキロゴ

ransuubbn

import numpy as np
height = np.random.randint(140, 190, 100)
print(np.mean(height))
最終更新:2017年11月01日 22:45