Question 72:

 Which one of the following ODS statement options terminates output being written to an HTML file?

  1. END
  2. Get all Questions and Answer from here
  3. You need to have paid subscription to access all questions
  4. Thanks for considering Python Certification Material

 Correct Answer : 4

 When you write to an HTML file, you must specify the following statement before you can view your output in an external browser:

 ods html close;

You can access to full explanation to question and answer from this page.