Commit 0bdaa241 by BellCodeEditor

save project

parent 3a6729df
Showing with 4 additions and 2 deletions
......@@ -12,4 +12,6 @@
# dict_hero=
# print(dict_hero)
dic={'语文':100,'数学':99,"英语":98}
print(dic)
\ No newline at end of file
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