DEBSOURCES
Skip Quicknav
sources / python-sybil / 9.2.0-1 / tests / functional / markdown / doctest.md
123456789
# DocTest examples A Python REPL / DocTest example using normal way of specifying Python language: ```python >>> 1+1 2 ```