Commit d670f11e by BellCodeEditor

auto save

parent a2d6bb96
Showing with 16 additions and 13 deletions
dict=['yy':10,'cc':20,'xx':30]
dict1={'yy':9,'cc':20,'xx':30}
print(dict1)
dict1['yy']=10
print(dict1)
dict1['sw']=50
print(dict1)
# 尝试编写func()函数输出斐波那契数列的第十五个数是什么?
# 斐波那契数列:1,1,2,3,5,8,13,21,34,55……
def func(n):
print("本店售卖镶金边的可乐,答辩,昊京")
dict1={'镶金边的可乐':100000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000,'答辩':11111111111111111111111111111111111111111111,'昊京':114515114514114514114514114514114514114514114514}
dict2=input('爱买不买不买滚蛋')
print(func(15)) #调用函数并打印结果
if dict2 in dict1:
print(dict1[dict2])
else:
print("😁😁😁😁😁😋😋😋😋😋😋😏😏😏😏")
\ 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