shell
上一页 1 ··· 5 6 7 8 9
摘要: passwd.txt 文件按格式 用户名:密码 用户名2:密码 clok.txt 文件格式 用户名1 用户名2 阅读全文
posted @ 2016-10-30 09:16 devops运维 阅读(1011) 评论(0) 推荐(0) 编辑
摘要: 1 #!/usr/bin/env python 2 #encoding: utf-8 3 number = 88 4 5 for i in range(1,6): 6 num = int(input('gusee number game(5 机会):')) 7 print('第 %s 机会' % (i)) 8 if num >number: 9 ... 阅读全文
posted @ 2016-10-30 09:05 devops运维 阅读(323) 评论(0) 推荐(0) 编辑
摘要: 1 #!/usr/bin/env python 2 #encoding: utf-8 3 #.strip('里面可以去掉字符串中两边的字符') 4 name = input('name :').strip(' ') 5 age = input('age: ').strip(' ') 6 job = input('job: ').strip(' ') 7 ''' 8 name = ... 阅读全文
posted @ 2016-10-30 09:00 devops运维 阅读(1730) 评论(0) 推荐(0) 编辑
上一页 1 ··· 5 6 7 8 9
python