Commit 63f47c08 by BellCodeEditor

save project

parent be0428bc
Showing with 4 additions and 3 deletions
a=['华雄']
a.append('颜良')
a.append('文丑')
a=['']
b=['术','瓒','关','飞','备','曹']
a.extend(b[2:5])
print(a)
\ 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