Skip to content
Advertisement

How to print a nested list in a HTML file using python?

I am trying to write a HTML file using python, and I want to print in .html a nested list.

I have written this, but I don´t have any idea about how to doit good.

JavaScript

In .html I want to print the nested list in a table in this similar format:

JavaScript

Advertisement

Answer

JavaScript

I tried to edit the accepted answer but I were not available but, you just have to add <table> and </table>

User contributions licensed under: CC BY-SA
3 People found this is helpful
Advertisement