Commit 63ffb86f by BellCodeEditor

save project

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