Commit 4665483f by BellCodeEditor

save project

parent 65231adf
Showing with 8 additions and 3 deletions
q={"h":1,"sbbbbbbb":999999999999}
for k,v in q.items():
print(q)
\ No newline at end of file
sb1={"h":1,"sbbbbbbb":99}
sb2={"h":1,"sbbbbbbb":98}
d={"qby":q,"sbb":sb1,"ssb":sb2}
sb=input("hhhhhhh:")
info=d[sb]
for k,v in info.items():
print(k,v)
\ 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