mirror of
https://github.com/Xevion/exercism.git
synced 2026-01-31 12:24:10 -06:00
etl exercise
This commit is contained in:
@@ -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