Commit 1c3117b3 by BellCodeEditor

save project

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