Commit fa747835 by BellCodeEditor

auto save

parent b810c294
Showing with 13 additions and 0 deletions
import random
list=['0','1','2','3','4','5','6','7','8','9','a','b','c']
a=random.choice(list)
b=random.choice(list)
c=random.choice(list)
d=random.choice(list)
clinetYZM=a+b+c+d #四位数字的验证码
print(clinetYZM)
while True:
UserYZM=input("验证码:"+clinetYZM)
if UserYZM==clinetYZM:
print("1")
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment