Skip to content

Instantly share code, notes, and snippets.

#!/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()
#!/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:
#!/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()
#!/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()
@zhangxiaoda007
zhangxiaoda007 / zuoye01.py
Created September 14, 2018 13:31
输入用户名密码
#!/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()