Commit 0bdaa241 by BellCodeEditor

save project

parent 3a6729df
Showing with 3 additions and 0 deletions
...@@ -13,3 +13,5 @@ ...@@ -13,3 +13,5 @@
# print(dict_hero) # print(dict_hero)
dic={'语文':100,'数学':99,"英语":98} dic={'语文':100,'数学':99,"英语":98}
print(dic) print(dic)
if '语文' in dic:
print(dic["语文"])
\ 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