From 2e7c582cf68934b77f15231af9e9b75fbd8eb34e Mon Sep 17 00:00:00 2001 From: Miykael_xxm Date: Tue, 9 Feb 2021 10:10:17 +0800 Subject: [PATCH] update --- src/2.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/2.md b/src/2.md index c1cea22..0c00d1b 100644 --- a/src/2.md +++ b/src/2.md @@ -1,5 +1,5 @@ # Python简介 -### [《Python简介》 @ Python老王](https://blog.csdn.net/Pythonlaowan/article/details/101288564) +## [《Python简介》 @ Python老王](https://blog.csdn.net/Pythonlaowan/article/details/101288564) > [摘要:一、Python简介1、Python简介Python是一种解释型、面向对象、动态数据类型的高级程序设计语言,由荷兰Guido van Rossum于1989年底发明,第一个公开发行版于1991年发布,Python源代码遵循 GPL(GNU General Public License)协议。2、Python的优点(1)易于学习Python关键字相对较少,结构简单,语法定义明确,易于学习...](https://blog.csdn.net/Pythonlaowan/article/details/101288564) \ No newline at end of file -- GitLab