Skip to content
Snippets Groups Projects
Commit 8a7d62b7 authored by DAVID Axel's avatar DAVID Axel
Browse files

docs: :pencil: Change examples

parent e75739d2
No related branches found
No related tags found
No related merge requests found
......@@ -44,14 +44,14 @@ class CaesarOperation(LowercaseStrEnum):
CAESAR_DATA1 = (
CaesarData(content="DeFgHiJkLmNoPqRsTuVwXyZaBc", key=3),
CaesarData(content="DeFgHiJkLmNoPqRsTuVwXyZaBc", key="D"),
CaesarData(content="Mabl bl t mxlm.", key="T"),
CaesarData(content="Docd", key=10),
CaesarData(content="Xiwx", key="e"),
)
CAESAR_DATA2 = (
CaesarData(content="AbCdEfGhIjKlMnOpQrStUvWxYz", key=3),
CaesarData(content="AbCdEfGhIjKlMnOpQrStUvWxYz", key="d"),
CaesarData(content="This is a test.", key="T"),
CaesarData(content="Test", key=10),
CaesarData(content="Test", key="e"),
)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment