码迷,mamicode.com
首页 > 其他好文 > 详细

test2

时间:2018-08-19 11:02:49      阅读:142      评论:0      收藏:0      [点我收藏+]

标签:机构   pre   eve   body   class   nump   grid   strong   nes   

women 我们

wom 我们

ejfjkh 都是机构

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))

$

test2

标签:机构   pre   eve   body   class   nump   grid   strong   nes   

原文地址:https://www.cnblogs.com/songxinyu/p/9499347.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!