Test linux
authorNilsForssen <forssennils@gmail.com>
Mon, 17 Jan 2022 15:53:46 +0000 (16:53 +0100)
committerNilsForssen <forssennils@gmail.com>
Mon, 17 Jan 2022 15:53:46 +0000 (16:53 +0100)
test.py

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()