From 18117c82464795ecc00feb0ecea808f659eb4d42 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=97=AD=E6=97=A5=E4=B8=9C=E5=8D=87?= <8113091+xrdspxd@user.noreply.gitee.com> Date: Mon, 19 Oct 2020 14:52:44 +0800 Subject: [PATCH] add homework_02_numpy_matplotlib/2.2.text. --- homework_02_numpy_matplotlib/2.2.text | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 homework_02_numpy_matplotlib/2.2.text diff --git a/homework_02_numpy_matplotlib/2.2.text b/homework_02_numpy_matplotlib/2.2.text new file mode 100644 index 0000000..0efdb86 --- /dev/null +++ b/homework_02_numpy_matplotlib/2.2.text @@ -0,0 +1,3 @@ +import numpy as np +a=np.diag([1,2,3,4], k=1) +print(a) \ No newline at end of file -- Gitee