Relative Content

Tag Archive for pythonarrayssorting

Python array sorting price incorrectly

I have made an array with a description and price but can’t seem to get the sortign to sort by price. Can someone assist or guide me on why this isn’t sorting by price correctly? I have checked the type fro price and it is a float. From what I understand, it should be working. I am not getting an error either. However the output is not sorted by price. :/