上一页 1 ··· 4 5 6 7 8
摘要: 文件内容 test.txt leo1231 python操作(操作的是在文件写入用户名,密码和输错次数,如果输错次数会加1,且不能超多三次,三次就会自动执行锁定操作) 阅读全文
posted @ 2017-12-29 19:51 leochan007 阅读(255) 评论(0) 推荐(0) 编辑
摘要: 1 #include "stdafx.h" 2 3 4 #include<map> 5 #include<string> 6 #include<iostream> 7 using namespace std; 8 9 struct CmpByKeyLength { 10 bool operator( 阅读全文
posted @ 2017-12-29 16:54 leochan007 阅读(287) 评论(0) 推荐(0) 编辑
摘要: 1、python的环境搭建 2、给出下载链接地址 3、if和while混合使用age=56count = 0 while count<3: guess_age=int(input("请输入年龄:")) if guess_age == age: print("yes,you got it") brea 阅读全文
posted @ 2017-12-26 19:34 leochan007 阅读(161) 评论(0) 推荐(0) 编辑
上一页 1 ··· 4 5 6 7 8