up
This commit is contained in:
parent
ed86d20192
commit
26b57c409a
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.")
|
Loading…
x
Reference in New Issue
Block a user