Skip to content

Commit

Permalink
Update index.md
Browse files Browse the repository at this point in the history
  • Loading branch information
lebalz authored Jun 11, 2024
1 parent 872675a commit 4fb051c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion website/docs/meta-comments/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ print(f'Time taken: {t1 - t0:.6f} seconds')


```py live_py
#
from time import time
t0 = time()
### PRE
Expand All @@ -38,8 +39,9 @@ a_5 = fib(27)
### POST
t1 = time()
print(f'Time taken: {t1 - t0:.6f} seconds')
#
```

:::tip[Hover over the code block]
Hover over the code block to see the buttons to expand `preCode` and `postCode` parts of the code block.
:::
:::

0 comments on commit 4fb051c

Please sign in to comment.