File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -179,11 +179,11 @@ Why not get it to run every month to tidy up folders that invariably become mess
179179Or, suppose you use a file naming convention that starts with ` YYYY-MM-DD ` . Why not run a script annually to sort and organize your documents by year?
180180:::
181181
182- :::::::::::::::::::::::::::::::::::::::: key points
182+ :::::::::::::::::::::::::::::::::::::::: keypoints
183183
184184- Pseudocode is a valuable tool for organizing and planning coding solutions before actual programming.
185185- It helps to list each step of a process logically, making it easier to translate into code.
186186- Loops allow the execution of repetitive tasks until certain conditions are met.
187187- Variables in loops can change with each iteration, demonstrating the concept of abstraction.
188188
189- ::::::::::::::::::::::::::::::::::::::::::::::::::
189+ ::::::::::::::::::::::::::::::::::::::::::::::::::
You can’t perform that action at this time.
0 commit comments