projects
/
TDDE44.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
941d1d4
)
Test linux
author
NilsForssen
<forssennils@gmail.com>
Mon, 17 Jan 2022 15:53:46 +0000
(16:53 +0100)
committer
NilsForssen
<forssennils@gmail.com>
Mon, 17 Jan 2022 15:53:46 +0000
(16:53 +0100)
test.py
patch
|
blob
|
history
diff --git
a/test.py
b/test.py
index ef671a7e104fb1031add3f77abac80aea2a6331d..6aa46c909ec91e5cabd1ae789300c2fdfe28f73c 100644
(file)
--- a/
test.py
+++ b/
test.py
@@
-11,6
+11,11
@@
def binary_search(key: int, srt_list: list, carry=0):
return carry + idx
+def this(keuy: int):
+
+ return keuy
+
+
if __name__ == "__main__":
myList = [12, 45, 345, 345, 234, 13, 1, 5]
myList.sort()