mirror of
https://github.com/davrot/pytutorial.git
synced 2025-04-17 20:56:41 +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 %}
|
||||
<pre class="mermaid">
|
||||
flowchart LR
|
||||
id1([Start])
|
||||
id1:::terminal([Start])
|
||||
classDef terminal fill:#0f0 stroke:#000
|
||||
</pre>
|
||||
{% endraw %}
|
||||
|
||||
|
@ -57,4 +58,25 @@ For arithmetic operations and data-manipulations.
|
|||
</pre>
|
||||
{% 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
Reference in a new issue