Commit 21b03b95 by BellCodeEditor

save project

parent 4078a9ea
Showing with 14 additions and 0 deletions
bros1="刘备"
bros2="张飞"
bros3="吕布"
bros=["张飞","刘备","吕布"]
bros1=["刘备",1,99999999999999.999999999999999999999999999999]
bros2=["张飞",2,0.00000000000000000000000000.0000000000000001]
bros3=["吕布",3,0000000000000000000000000000000000.0000000000]
print(bros)
a=['华雄']
a=['华雄']
c=['颜良','文丑']
a.extend(c)
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