Commit 6b6d15df by BellCodeEditor

save project

parent 2463d2be
Showing with 4 additions and 8 deletions
b=['悟空','八戒','唐僧'] b='和笔记本v吃饭的乡村风格v会比较难看吗'
b.remove('八戒') for i in b:
b.insert(1,'a') print(i)
print(b) \ No newline at end of file
k=b[0:2]
l=b[1:]
print(k,l)
\ 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