From e6121a3bac3e2c455e0fd9a3fbc7522c734b72b7 Mon Sep 17 00:00:00 2001 From: "Matt.Mabx" Date: Mon, 21 Oct 2024 14:34:18 +0800 Subject: [PATCH] Update --- Note.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Note.md b/Note.md index 39a2805..ad6546d 100644 --- a/Note.md +++ b/Note.md @@ -1,6 +1,6 @@ -# Python VS (Java or C++) +# Python对比Java和C++ -## 语法简单 +## 1. 语法简单 - Python: ```python @@ -26,7 +26,7 @@ } ``` -## 解释型语言 无需编译 +## 2. 解释型语言 无需编译 **解释型语言**(Python)不需要在运行前编译成机器码,代码可以直接由解释器**逐行翻译并执行**。