mot de passe deviner le jeu 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 ')
Outstanding Ox