Added concepts with the same key handling

This commit is contained in:
2019-11-18 17:02:02 +01:00
parent 7fa509555d
commit cb6be9fec7
15 changed files with 255 additions and 43 deletions
+2
View File
@@ -132,3 +132,5 @@ def remove_from_list(lst, to_remove):
lst.remove(item)
return lst