随笔分类 -  python学习

摘要:登录密码 1 # -*- coding: utf-8 -*- 2 #__author__ = 'Administrator' 3 4 _username = 'abc' 5 _password = int('123') 6 7 count = 0 8 while count < 3: 9 usern 阅读全文
posted @ 2020-02-09 20:17 穆帅虎 阅读(103) 评论(0) 推荐(0)