{{ block title }} Feedback {{ endblock }} {{ block content }}

Find below the letters you have correctly decrypted in the previous task:

{{ if player.letter_easy_1 == 1 and player.letter_easy_2 == 1 and player.letter_easy_3 == 1 and player.letter_easy_4 == 1 }}

A = 1

{{ endif }} {{ if player.letter_easy_5 == 9 and player.letter_easy_6 == 9 and player.letter_easy_7 == 9 and player.letter_easy_8 == 9 }}

N = 9

{{ endif }} {{ if player.letter_easy_9 == 5 and player.letter_easy_10 == 5 and player.letter_easy_11 == 5 and player.letter_easy_12 == 5 }}

F = 5

{{ endif }} {% next_button %}

{% endblock %}