📜  密码猜谜游戏python代码示例

📅  最后修改于: 2022-03-11 14:46:10.422000             🧑  作者: Mango

代码示例1
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 ')