Miss SMar 2, 20211 min readCommenting in PythonCommenting is used in programming to show what sections of the code do. They are shown in different ways, in different programming...
Miss SMar 2, 20213 min readError Checking with Pseudocode and PythonThis post covers two of the common error types in Python that you may encounter during your studies. It also covers common errors made...