Commit 6f6bfff9 by BellCodeEditor

save project

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