Commit 0c3b37e9 authored by Travis Fischer's avatar Travis Fischer

🚶

parent 960c42a4
...@@ -43,7 +43,7 @@ async function example() { ...@@ -43,7 +43,7 @@ async function example() {
} }
``` ```
Which outputs a similar reponse to the following (as a markdown string, including the _\`\`\`python_ code prefix): Which outputs a similar reponse to the following (as a markdown string, including the _\`\`\`python_ code block prefix):
```python ```python
def bubble_sort(lst): def bubble_sort(lst):
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment