Commit 7b1cc1e3 by BellCodeEditor

save project

parent 1f96c46e
Showing with 6 additions and 2 deletions
for i in range(1,10):
for j in range(1,10):
print(j,'*',i,'=',(j*i),end=' ')
print()
...@@ -21,8 +21,8 @@ def binary_search(alist,num): ...@@ -21,8 +21,8 @@ def binary_search(alist,num):
return None return None
result = binary_search(alist, num) result = binary_search(alist, num)
print(num) print('laoshigeideshushi:',num)
print(result) print('tazailiebiaozhongdesuoyinshi:',result)
......
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