From b0e7545d046149cd1a7f006139450cafc077b298 Mon Sep 17 00:00:00 2001 From: BellCodeEditor <bellcode_dev@bell.ai> Date: Sat, 8 Jan 2022 18:15:05 +0800 Subject: [PATCH] save project --- quiz.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/quiz.py b/quiz.py index e9ca8e3..9eb1f34 100644 --- a/quiz.py +++ b/quiz.py @@ -1,5 +1,6 @@ a=["吕布"] b=["袁术","公孙瓒",'关羽',"张飞","刘备","曹操"] bro = b[2:5] -d = a.extend(bro) +a +print(d) -- libgit2 0.25.0