adding parameters and methods to templates

accumulate - bracket-push
This commit is contained in:
Unknown
2017-08-22 08:50:51 +02:00
committed by unknown
parent 37bb38e874
commit 54539b7228
11 changed files with 21 additions and 13 deletions

View File

@@ -1,2 +1,2 @@
def binary_search():
def binary_search(array, number):
pass