Участник:Patarakin/SandboxGraph: различия между версиями

Материал из Поле цифровой дидактики
Новая страница: «== A1 == {{#mermaid: graph TD A(Coffee machine <br>not working) --> B{Machine has power?} B -->|No| H(Plug in and turn on) B -->|Yes| C{Out of beans or water?} -->|Yes| G(Refill beans and water) C -->|No| D{Filter warning?} -->|Yes| I(Replace or clean filter) D -->|No| F(Send for repair) }} == A2 == {{#mermaid:flowchart LR id1 id2[Неизвестный объект] id3[(База данных)] id4{ромб по форме} i...»
 
Нет описания правки
Строка 18: Строка 18:
     id4{ромб по форме}
     id4{ромб по форме}
     id5[\This is the text in the box\]
     id5[\This is the text in the box\]
}}
== A3 ==
{{#mermaid:flowchart TB
A(Начало) -> B [/num=int(input())/]
}}
}}

Версия от 13:37, 2 января 2023

A1

A2

A3