Skip to content
Martin Milan edited this page Aug 19, 2023 · 2 revisions

related

https://docs.python.org/3/library/doctest.html

>>> if x == 13:
...    print("yes")
... else:
...    print("no")
Clone this wiki locally