Skip to content

Commit cde7490

Browse files
authored
Update pseudocode.md fix keypoints
1 parent 18b98e8 commit cde7490

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

episodes/pseudocode.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -179,11 +179,11 @@ Why not get it to run every month to tidy up folders that invariably become mess
179179
Or, 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+
::::::::::::::::::::::::::::::::::::::::::::::::::

0 commit comments

Comments
 (0)