fixes image of flowchart
This commit is contained in:
parent
31be912721
commit
27a862bb77
|
@ -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.
|
Logical procedures can be drawn out with flow charts.
|
||||||
An example can be seen in the image below.
|
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.**
|
⛑ **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.**
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue