Adding shadoks, stegano and canaux caches
This commit is contained in:
Executable
+12
@@ -0,0 +1,12 @@
|
||||
import time
|
||||
|
||||
global pin
|
||||
|
||||
def checkpin(essai):
|
||||
for i in range(len(pin)):
|
||||
time.sleep(1)
|
||||
if pin[i]!= essai[i]:
|
||||
return(False)
|
||||
return(True)
|
||||
|
||||
pin=input("Entrez un code PIN constitué de 6 chiffres entre 0 et 9 que l'ordinateur doit deviner : ")
|
||||
Executable
+1
@@ -0,0 +1 @@
|
||||
BU MEU ZO MEU GA GA
|
||||
Executable
BIN
Binary file not shown.
|
After Width: | Height: | Size: 864 KiB |
Reference in New Issue
Block a user