Commit 8b04adea by BellCodeEditor

save project

parent 03d099df
Pipeline #3523 failed in 0 seconds
Showing with 4 additions and 3 deletions
...@@ -8,10 +8,10 @@ a['6']=66 ...@@ -8,10 +8,10 @@ a['6']=66
if k in a: if k in a:
if float(v)>a[k]: if float(v)>a[k]:
print(bml) print("m")
if float(v)<a[k]: if float(v)<a[k]:
print(m) print("bml")
if float(v)==a[k]: if float(v)==a[k]:
print(m) print("m")
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