How to code encrypted message | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 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?

2nd Apr 2021, 7:56 PM
Python Lover
2 Answers
+ 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.
3rd Apr 2021, 11:04 AM
iTech
iTech - avatar
+ 1
Thanks man but it doesnt sbow me how to do it using only lists
2nd Apr 2021, 10:40 PM
Python Lover