diff --git a/xulie b/xulie new file mode 100644 index 0000000000000000000000000000000000000000..e77049fe6175357d9191395b81e4a23beb2492b3 --- /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