Commit c2beb2cd by BellCodeEditor

save project

parent 927411d1
Showing with 3 additions and 2 deletions
......@@ -4,4 +4,5 @@ dict_a['hdz']=100
print(dict_a['hdz'])
dict_a['h10']=25
print(dict_a)
if 'h10' in dict_a:
\ No newline at end of file
if 'h10' in dict_a:
print(dict_a)
\ 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