0 votes
in Python by
Which of the following doctest directive is used to ignore part of the result?

# doctest: +COMMENT

# doctest: +ERASE

# doctest: +ELLIPSIS

# doctest: +IGNORE

1 Answer

0 votes
by
Ans is

# doctest: +ELLIPSIS

Related questions

0 votes
asked Jul 10, 2020 in Python by GeorgeBell
+1 vote
asked Jul 16, 2020 in Python by GeorgeBell
...