Commit b8a89d06 by BellCodeEditor

save project

parent a8a416b3
Showing with 22 additions and 0 deletions
a={}
a['小孩']=3500000000
a['3.5个亿']=1
a['人']=987654321
a['女朋友']=0
a['男朋友']=0
a['550W']=114514208200
a['沙皇炸弹']=350000000
print(a)
ss13=input()
if ss13 in a:
print('你需要的',ss13,'一共',a[ss13],'元')
else:
print('SB,没有这东西!')
\ No newline at end of file
dict_h={'猴老七':53.1415926535897932343454279,'猴队长':99.5418818845208200114514,'猴老八':666333311586513333,'诺亚:0.00000000000000000000001'}
print(dict_h['猴老七'])
dict_h['猴队长']=6666
print(dict_h)
dict_h['猴老十']=77.77777777777777
print(dict_h)
\ 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