Day 14

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

https://twitter.com/Magneet_nl/status/1350739238044782594

Notes

to get a key/value pair from a list of dicts use this:

list[0].get('key_name')

 

Comments are closed.