In this task you should translate two-digit numbers into letters. Below you can see (1) a two digit NUMBER (2) a KEY indicating which LETTER represents each NUMBER (3) a text box in which the letter solution should be typed. In each screen a new two-digit number will appear along with a new key of number to letter relationships.
{% for k,v in task_dict.items %} {% endfor %} {% for k,v in task_dict.items %} {% endfor %}
Letter:{{ v }}
Key:{{ k }}
Task to solve:

{% for i in question %}{{ i }}{% endfor %}