Tag: syntax
-
Loops and Conditional Statements
My process with Python involves reading theoretical explanations of concepts, then immediately typing out and running the code myself. Typing out the code builds good muscle memory and is also just generally good practice. If something doesn’t run as expected, I review my code and look for things like syntax errors, logic errors, and data…
