up
This commit is contained in:
13
Fonctions/code_secret_2x.py
Normal file
13
Fonctions/code_secret_2x.py
Normal file
@@ -0,0 +1,13 @@
|
||||
def saisieCode():
|
||||
code = 0
|
||||
while code != 4242:
|
||||
print("Entrez le code :")
|
||||
code = int(input())
|
||||
|
||||
saisieCode()
|
||||
|
||||
print("Encore une fois.")
|
||||
|
||||
saisieCode()
|
||||
|
||||
print("Bravo.")
|
||||
Reference in New Issue
Block a user