View zuoye01.py
#!/usr/bin/env python | |
# -*- coding:utf-8 -*- | |
# author:The Machinist time:18-9-14 | |
count = 0 | |
_username = 'zhang' | |
_password = '123456' | |
f = open('blacklist.txt', 'r') | |
lock_name = f.read() |
View guess.py
#!/usr/bin/env python | |
# -*- coding:utf-8 -*- | |
# author:The Machinist time:18-9-14 | |
# 猜年龄 | |
age_of_zhang = 26 | |
count = 0 | |
while True: # while count < 3 | |
if count == 3: |
View zuoye01.py
#!/usr/bin/env python | |
# -*- coding:utf-8 -*- | |
# author:The Machinist time:18-9-14 | |
count = 0 | |
_username = 'zhang' | |
_password = '123456' | |
f = open('blacklist.txt', 'r') | |
lock_name = f.read() |
View zuoye01.py
#!/usr/bin/env python | |
# -*- coding:utf-8 -*- | |
# author:The Machinist time:18-9-14 | |
count = 0 | |
_username = 'zhang' | |
_password = '123456' | |
f = open('blacklist.txt', 'r') | |
lock_name = f.read() |
View zuoye01.py
#!/usr/bin/env python | |
# -*- coding:utf-8 -*- | |
# author:The Machinist time:18-9-14 | |
count = 0 | |
_username = 'zhang' | |
_password = '123456' | |
f = open('blacklist.txt', 'r') | |
lock_name = f.read() |