mirror of
https://github.com/Xevion/exercism.git
synced 2025-12-08 06:07:00 -06:00
etl exercise
This commit is contained in:
2
python/etl/etl.py
Normal file
2
python/etl/etl.py
Normal file
@@ -0,0 +1,2 @@
|
||||
def transform(legacy):
|
||||
return {value.lower() : key for key, values in legacy.items() for value in values}
|
||||
Reference in New Issue
Block a user