Commit cc294d47 by BellCodeEditor

save project

parent 31a0a2b7
name=input('你叫啥名啊?')
power=int(input('你臂力多少?'))
list_hero=[]
for i in range(len(list_hero)):
it i%2==1 and list_hero[i]
dict_hero={'猴三':10,'猴一':21,'猴队长':29,'猴七':30}
print(list_hero)
print(dict_hero['猴队长'])
dict_hero['后期']=32
print(dict_hero)
dict_hero['猴十']=25
print(dict_hero)
++ "b/\347\203\255\346\261\244\346\261\244\344\272\272\351\230\262\350\200\214\344\272\214\345\223\245"
n=int(input("请输入奶牛的头数"))
n=int(input("请输入奶牛的头数"))
print()
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