mirror of
https://github.com/davrot/pytutorial.git
synced 2025-06-04 16:00:03 +02:00
Update README.md
Signed-off-by: David Rotermund <54365609+davrot@users.noreply.github.com>
This commit is contained in:
parent
f2f743aaeb
commit
13c9e44c9e
1 changed files with 23 additions and 1 deletions
|
@ -6,7 +6,8 @@
|
||||||
{% raw %}
|
{% raw %}
|
||||||
<pre class="mermaid">
|
<pre class="mermaid">
|
||||||
flowchart LR
|
flowchart LR
|
||||||
id1([Start])
|
id1:::terminal([Start])
|
||||||
|
classDef terminal fill:#0f0 stroke:#000
|
||||||
</pre>
|
</pre>
|
||||||
{% endraw %}
|
{% endraw %}
|
||||||
|
|
||||||
|
@ -57,4 +58,25 @@ For arithmetic operations and data-manipulations.
|
||||||
</pre>
|
</pre>
|
||||||
{% endraw %}
|
{% endraw %}
|
||||||
|
|
||||||
|
## Initialization
|
||||||
|
|
||||||
|
{% raw %}
|
||||||
|
<pre class="mermaid">
|
||||||
|
flowchart LR
|
||||||
|
id1{{Initialization}}
|
||||||
|
</pre>
|
||||||
|
{% endraw %}
|
||||||
|
|
||||||
|
## File
|
||||||
|
|
||||||
|
{% raw %}
|
||||||
|
<pre class="mermaid">
|
||||||
|
flowchart LR
|
||||||
|
id1[(File)]
|
||||||
|
</pre>
|
||||||
|
{% endraw %}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue