Skip to content
Snippets Groups Projects
Commit a94c7102 authored by Nathan's avatar Nathan
Browse files

week8

parent 69e28f11
No related branches found
No related tags found
No related merge requests found
......@@ -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.
Here's how a Caesar cipher works:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment