Last active
September 19, 2020 14:59
-
-
Save sschr15/63e0529527b66f17b1daa832172f1233 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
```python | |
example = """ | |
# header | |
some text | |
\```python | |
# a code block, don't you dare see this | |
print("print()") | |
\``` | |
the end | |
""" | |
``` |
Author
sschr15
commented
Sep 19, 2020
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment