commit message from python script

This commit is contained in:
2023-07-17 20:00:02 +02:00
parent 53fedd495e
commit 8ebd97cb08

View File

@@ -5,8 +5,6 @@ def replace_from(input = str):
print(replace_from(input="test dk")) print(replace_from(input="test dk"))
test = ["test 0", "test 2", "test 3" ] test = ["test 0", "test 2", "test 3" ]
#map verfendet eine funktion auf eine Liste an #map verfendet eine funktion auf eine Liste an
splitting_map = map(len, test) splitting_map = map(len, test)