Commit 451e8e88 by BellCodeEditor

save project

parent eaa30f42
Pipeline #3517 failed in 0 seconds
Showing with 2 additions and 1 deletions
...@@ -7,6 +7,6 @@ print(a['5']) ...@@ -7,6 +7,6 @@ print(a['5'])
a['6']=66 a['6']=66
print(a['6']) print(a['6'])
if k in dict_a: if k in dict_a:
print a['k'] print a[k]
else: else:
print("mycsp") print("mycsp")
\ 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