Loop through a dictVC HealyJul 26, 20201 min readJust a little script. Loop through the people and their score. Print each in a sentence and pluralise the words as required.
In StockVC HealyJul 26, 20201 min readA simple check of a list to see if there are specific items contained in the list. It doesn't have to be a list but other iterables. A dict would need a little more work.
Sum of NumbersVC HealyJul 26, 20201 min readSumming up numbers with a function, if a parameter is no given then a default value is generated.