From 783adf22de065b443d10179d8b2c18fda956d1d4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=A7=9C=E6=BE=8D=E8=8D=A3?= <984939779@qq.com> Date: Mon, 29 Mar 2021 23:07:22 +0800 Subject: [PATCH] add xulie. --- xulie | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 xulie diff --git a/xulie b/xulie new file mode 100644 index 0000000..e77049f --- /dev/null +++ b/xulie @@ -0,0 +1,5 @@ +list=["星熊","能天使","闪灵","银灰","推进之王","红"] +print(list) +list.insert(0,"凯尔希") +list.remove("凯尔希") +list[2:5]=["夜莺","斯卡蒂","风笛"] \ No newline at end of file -- Gitee