LinkedIn Python Skill Assessment Quiz Answers

What is the correct way to run all the doctests in a given file from the command line?

Latest Update on 24th January, 2022 by Certification Course Answers

What is the correct way to run all the doctests in a given file from the command line?

  1.  python3 -m doctest <filename>
  2.  python3 <filename>
  3.  python3 <filename> rundoctests
  4.  python3 doctest

Correct Answer:

  •  python3 -m doctest <filename>

Latest Updates

No posts found in this category.