+ 2
How to code encrypted message
Hey guys could someone help me insert a word then only using list, encrypt then decrypt it and print both?
2 Respostas
+ 1
iterate through the list and encrypt / decrypt the iteration variable. So Jan Markus gave you a ready solution just implement it for a list instead of a simple string.
+ 1
Thanks man but it doesnt sbow me how to do it using only lists