View Problem

Define an initial map

Define the map {circle:1, triangle:3, square:4}
DiskEdit
python
shapes = {'circle': 1, 'square': 4, 'triangle': 2}

Submit a new solution for python
There are 22 other solutions in additional languages (cpp, erlang, fsharp, groovy ...)