Commit ebe20dc2 by BellCodeEditor

save project

parent 952df3a8
Showing with 2 additions and 1 deletions
......@@ -4,6 +4,6 @@ print(y)
y.append("蜗依")
print(y)
red=y[0:2]
blue=y[2:3]
blue=y[2:4]
print(red)
print(blue)
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment