dudung / python

a python cookbook
MIT License
0 stars 23 forks source link

Mermaid flowchart #11

Open dudung opened 1 year ago

dudung commented 1 year ago
flowchart TD
  B --> I --> P --> O --> E
  B(("Mulai"))
  I[/"Masukan"/]
  P["Proses"]
  O[/"Keluaran"/]
  E("Selesai")