Commit d4e951b1 by BellCodeEditor

save project

parent 463ecd17
Showing with 15 additions and 0 deletions
#name input('你叫啥名呀')
#power=int('你臂力多少呀')
#list_hero=['3',10'1',21'5',22'队长'’29'7',30]
#for i in range(list_hero)):
# if i%2==1 and list_hero[i]>power:
# list_hero.insert(i-1,name)
# list_hero.insert(i,power)
# break
#print(list_hero)
dict_hero={'3':10,'1':21,'5':22,'队长'29'7':30,}
print(dict_hero)
\ 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