filmov
tv
Python Programming: How to decode the encoded messages in the Secret Messages activity

Показать описание
In this video, we turn our attention to the decoding process and see how the functions we have created for encoding can in fact also be used for decoding. In general, however, this is not true -- the important point is that whenever creating a new encoding scheme, we have to also think of and implement the decoding algorithm too.