2. Teil, Tag 3 ..

This commit is contained in:
Reiko Kaps 2021-12-03 16:57:14 +01:00
parent d70a5f5640
commit 4f1cbe7691
1 changed files with 3 additions and 0 deletions

View File

@ -6,6 +6,9 @@ line_count = 0
lines = []
def search_elements(mylist, position=0, search='most'):
# print('position: {}, search: {}'.format(position, search))
# print('list: {}'.format(mylist))
# break if only one element
if len(mylist) == 1:
return mylist[0]