nisharg nargund
Upload 6 files
31b916c
<html>
<h2>Final Results</h2>
<body>
<table border=2>
{% for key,value in result.items() %}
<tr>
{# This is the comment sections #}
<th>{{ key }}</th>
<th>{{ value }}</th>
</tr>
{% endfor %}
</table>
</body>
</html>