@@ -104,6 +104,8 @@ Write a program that asks the user to guess a number between 1 and 10. If the us
# (Optional) Task 3
> Task: Implement a Caesar Cypher encrypt and decrypt function
A Caesar cipher is a simple encryption technique that involves shifting the letters of the alphabet by a certain number of positions. It is named after Julius Caesar, who is said to have used this method to communicate secretly with his generals.