In this task you should translate a sequence of numbers into a series of letters from the English alphabet. Below you can see (1) a sequence of NUMBERS (2) a KEY indicating which LETTER represents each NUMBER (3) a text box in which the letter solution should be typed. In each task a new sequence of numbers 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 %}