Commit 6f6bfff9 by BellCodeEditor

save project

parent 070be468
Showing with 3 additions and 6 deletions
a=['yuanshu','刘备','张飞','关羽'] name=input('你叫什么')
b=['华雄'] print(name+',你好')
b.extend(a[1:4]) \ No newline at end of file
print(b)
\ 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