アットウィキロゴ

ぷぁb

from pylab import *  
x = linspace(0, 10, 200)
y = sin(x)
plot(x, y, 'b-')
show()
 
最終更新:2018年01月19日 08:42