Quic Start
Csharp Code
Python Code
The Python Code code is a sample python code paragraph.
| bubble_sort.py | |
|---|---|
Highlighting inline code blocks
The range() function in python is used to generate a sequence of numbers.
Mermaid Graph
graph LR
A[Start] --> B{Error?};
B -->|Yes| C[Hmm...];
C --> D[Debug];
D --> B;
B ---->|No| E[Yay!];