アットウィキロゴ

ぬ1

import numpy as np
data1 = [6, 7.5, 8, 0, 1]
a = np.array(data1)
print(a)
最終更新:2017年12月23日 03:00