All pastes #2055302 Raw Edit

Mine

public text v1 · immutable
#2055302 ·published 2011-05-08 13:46 UTC
rendered paste body
counter = {}
mapdata = "1293812903111892371029118907239283902"
for tile in mapdata:
    if tile not in counter:
        counter[tile] = 1
    else:
        counter[tile] += 1
print(counter)