mirror of
https://github.com/davrot/pytutorial.git
synced 2025-04-19 13:46:42 +02:00
|
||
---|---|---|
.. | ||
README.md |
Terminal
Beginning of a program or function
{% raw %}
flowchart LR id1:::terminal([Start]) classDef terminal fill:#0f0 stroke:#000
{% endraw %}
Ending of a program or function
{% raw %}
flowchart LR id1([Stop])
{% endraw %}
Process
For arithmetic operations and data-manipulations.
{% raw %}
flowchart LR id1(Process)
{% endraw %}
Decision
{% raw %}
flowchart LR id1{Decision}
{% endraw %}
Input/Output
{% raw %}
flowchart LR id1[/Input/]
{% endraw %}
Function
{% raw %}
flowchart LR id1[[Function]]
{% endraw %}
Initialization
{% raw %}
flowchart LR id1{{Initialization}}
{% endraw %}
File
{% raw %}
flowchart LR id1[(File)]
{% endraw %}