Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

password guessing game python

import random
import time

Passwords = ['A', 'B', 'C', 'D', 'E', 'F', 'G', 'H', 1, 2, 3, 9, 4, 0, 12]

print(random.choice(Passwords)' is the password ')
 
PREVIOUS NEXT
Tagged: #password #guessing #game #python
ADD COMMENT
Topic
Name
7+6 =