Published onJanuary 10, 2021Multiplying elements in a Python listPythonUsing `prod()` if you use Python over 3.8
Published onJanuary 7, 2021What does 'iterable' mean?Data-StructureAn object that can be iterated over item by item
Published onJanuary 6, 2021What is PEMDAS?mathematicsPEMDAS is a rule that ensures your math operations stay in perfect order.