Commit 6cb7008a by BellCodeEditor

save project

parent 052f3fbd
Showing with 1 additions and 1 deletions
......@@ -2,7 +2,7 @@ dict={'1':1,'2':2,'3':3,'4':5}
#dict['5']=4
#print(dict)
if '4'in dict:
print(dict['4'])
print(dict['5'])
print(dict)
......
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