Commit db01abfa by BellCodeEditor

save project

parent ffcc1d6a
Pipeline #2740 failed in 0 seconds
Showing with 4 additions and 10 deletions
a=["悟空", "小贝", "八戒", "波奇"] mes="韩卓远非常喜欢吕依澄"
a.remove("八戒") for i in mes:
print(a) print(i)
a.insert(3,"诺依") \ No newline at end of file
print(a)
red=a[0:2]
blue=a[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