Commit 1c3117b3 by BellCodeEditor

save project

parent 473e586e
Showing with 4 additions and 6 deletions
hero=['赵一','丁二','孙五','王猛','周亮'] message="abc"
hero.append('张宇') for i in message:
hero.append('周亮') print(i)
print(hero)
hero.count('周亮')
print(hero.count('周亮'))
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