Commit b9c235ba by BellCodeEditor

auto save

parent f4d39bb0
Showing with 7 additions and 0 deletions
import random
alist = []
for in range(1,100):
alist.append(i)
num = random.choice(alist)
def binary_search(alist.num):
low = 0
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