commit message from python script
This commit is contained in:
@@ -5,8 +5,6 @@ def replace_from(input = str):
|
||||
|
||||
print(replace_from(input="test dk"))
|
||||
|
||||
|
||||
|
||||
test = ["test 0", "test 2", "test 3" ]
|
||||
#map verfendet eine funktion auf eine Liste an
|
||||
splitting_map = map(len, test)
|
||||
|
||||
Reference in New Issue
Block a user