Commit 61e847b9 by BellCodeEditor

save project

parent 135e4904
Showing with 1 additions and 1 deletions
...@@ -26,7 +26,7 @@ alist[] ...@@ -26,7 +26,7 @@ alist[]
for i range(1,101): for i range(1,101):
alist.append(i) alist.append(i)
num=random.choice(alist) num=random.choice(alist)
def binary_seaerch() def binary_seaerch(A)
......
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