diff options
| author | jerome <jerome@xlinfo.fr> | 2025-10-12 17:41:22 +0200 |
|---|---|---|
| committer | jerome <jerome@xlinfo.fr> | 2025-10-12 17:41:22 +0200 |
| commit | ba41fa46e69dbb264dfbed1b9fca5daab44a07c7 (patch) | |
| tree | d9c6eeee3a32b0d5a004f2846882868c29ba531c /testcesar.py | |
| parent | ec7b5913698416b775665a871a0d4102b47c680c (diff) | |
| download | python-ba41fa46e69dbb264dfbed1b9fca5daab44a07c7.tar.gz python-ba41fa46e69dbb264dfbed1b9fca5daab44a07c7.zip | |
organisation
Diffstat (limited to 'testcesar.py')
| -rw-r--r-- | testcesar.py | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/testcesar.py b/testcesar.py deleted file mode 100644 index 292279b..0000000 --- a/testcesar.py +++ /dev/null @@ -1,8 +0,0 @@ -#!/usr/bin/env python -print("""Cesar a perdu sa clef pour déchiffrer son mot de passe "Whkhdhu" ! -Aide-le à le retrouver pour avoir ton Flag !""") -pwd = input("Le mot de passe (q pour quitter) : ") -if pwd == "Padawan": - print("Bien joué, ton flag est AAAAAA ! ") -else: - print("Désolé ! Essaie-encore...") |
