fixes image of flowchart

This commit is contained in:
waldek 2022-05-02 16:24:50 +02:00
parent 31be912721
commit 27a862bb77
1 changed files with 1 additions and 1 deletions

View File

@ -1264,7 +1264,7 @@ While they might look scary, don't overthink it, you'll get used to them very qu
Logical procedures can be drawn out with flow charts.
An example can be seen in the image below.
[flowchart while loop](./assets/flowchart_while_01.png)
![flowchart while loop](./assets/flowchart_while_01.png)
⛑ **When testing out an infinite loop it's sometimes handy to insert a `time.sleep` in it to slow down the execution a bit so you can wrap your head around what's happening.**