标签:机构 pre eve body class nump grid strong nes
Column A | Column B | Column C |
---|---|---|
A1 | B1 | C1 |
A2 | B2 | C2 |
A3 | B3 | C3 |
加工费 jdfkg
djf看时间
fdkjg f
kgjrkhgjhd大家观看
kdfjt dmkfh
import numpy as np
import pytorch as
from pylab import *
x_values = arange(0.0, math.pi * 4, 0.01)
y_values = sin(x_values) #这是一句注释
plot(x_values, y_values, linewidth=1.0)
xlabel(‘x‘)
ylabel(‘sin(x)‘)
title(‘Simple plot‘)
grid(True)
savefig("sin.png")
show()
a = np.ones((2,3))
$
标签:机构 pre eve body class nump grid strong nes
原文地址:https://www.cnblogs.com/songxinyu/p/9499347.html