We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
related
https://docs.python.org/3/library/doctest.html
>>> if x == 13: ... print("yes") ... else: ... print("no")