Your IP : 216.73.216.74


Current Path : /usr/local/python-3.13/lib/python3.13/test/test_doctest/
Upload File :
Current File : //usr/local/python-3.13/lib/python3.13/test/test_doctest/test_doctest_errors.txt

This is a sample doctest in a text file, in which all examples fail
or raise an exception.

  >>> 2 + 2
  5
  >>> 1/0
  1
  >>> def f():
  ...     2 + '2'
  ...
  >>> f()
  1
  >>> 2+*3
  5