Today I created a small higher lower game with some additional code that I made up but that help the game. I also found a way to get a certain key/value from a list of dicts
Day 14 of my #100DaysOfCode #python challenge, today I created a simple higher/lower game with the things learned in the previous 13 days + some added google knowledge 😀
— Wouter Kursten (@Magneet_nl) January 17, 2021
Notes
to get a key/value pair from a list of dicts use this: list[0].get('key_name')