Commit 8a978640 by BellCodeEditor

save project

parent 641b68e0
Showing with 6 additions and 2 deletions
...@@ -3,4 +3,8 @@ print(len(dict_hero)) ...@@ -3,4 +3,8 @@ print(len(dict_hero))
dict_hero["猴三"]=999999999999999999999 dict_hero["猴三"]=999999999999999999999
print(dict_hero) print(dict_hero)
dict_hero["孙悟空"]=4666662368468344895487897289776546472793794676478876328723678647865676167828286 dict_hero["孙悟空"]=4666662368468344895487897289776546472793794676478876328723678647865676167828286
print(dict_hero) print(dict_hero)
\ No newline at end of file if "猴一" in dict_hero:
print("哈哈")
else:
print("5555555~")
\ 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