From 84a12f998ea461b9711d2ad16ee3c245f38f0b80 Mon Sep 17 00:00:00 2001 From: DC_DC <3284155190@qq.com> Date: Tue, 4 Jul 2023 21:42:48 +0800 Subject: [PATCH] =?UTF-8?q?=E7=AC=AC=E4=BA=8C=E6=AC=A1=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- git试验.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/git试验.py b/git试验.py index 5b23f70..63b394c 100644 --- a/git试验.py +++ b/git试验.py @@ -1 +1,3 @@ print('你好,世界!') +verse = ["hello", "world"] +print(verse[1])