Commit b7e6bc8d by BellCodeEditor

save project

parent a70172b0
Showing with 11 additions and 0 deletions
......@@ -11,3 +11,4 @@ bro3=["张飞",166,8.3]
bros[0]="关羽"
bros[1]="刘备"
print(bros[2])
a=['华']
a.append('颜良')
a.append('文丑')
b=['颜良','丑']
a.extend(b)
a.insert(1,'颜良')
a.insert(2,'丑')
\ 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