Commit 63ffb86f by BellCodeEditor

save project

parent b7acf8bb
Showing with 4 additions and 10 deletions
c=['羽','分','好','是']
c.remove('羽')
print(c)
c.append('啊')
print(c)
a=c[2:]
e=c[:2]
print(a)
print(e)
\ No newline at end of file
c="你好"
for i in c:
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