PirateMap
PirateMap copied to clipboard
Python3 support for great good
I had to change a few things
- print statement
- tuple unpacking
- dict.items() instead of dict.itermitems()
Everything is working as expected here :) This project is awesome :rocket:
Yeah, not sure for the extra code, but I followed the instructions here: https://stackoverflow.com/questions/21892989/what-is-the-good-python3-equivalent-for-auto-tuple-unpacking-in-lambda
Also, in your PR, you miss the dict.items() as shown here:
https://github.com/fogleman/PirateMap/pull/8/commits/0328f0a68d7893dd816b5f98a52319c275ab9513#diff-407fb5f050138c3c77090e3cb2af8897R19