Commit 6b6d15df by BellCodeEditor

save project

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