{% extends 'base.html' %} {% block content %}
{% for func in io %} {% if func[0] == 'print' %}

{{func[1]}}

{% elif func[0] == 'input' %}

{% endif %} {% endfor %}

{% endblock %}