摘要: #/usr/bin/env python#-*-conding:utf-8-*-#猜age游戏Shinyboy1 = 21 while True: guess_age = int(input("Please input age :"))if guess_age == Shinyboy1: print("ok ,very good!")elif guess_age > Shiny... 阅读全文
posted @ 2016-11-19 23:01 ShinyBoy1 阅读(270) 评论(0) 推荐(0) 编辑
摘要: #! usr/bin/env python#!-*-conding:utf-8-*-#第一步:定义变量 name = 'python' passwd = 'password'#第二步:写while循环 定义count=0#第三步:判断count=3则打印print("Account Be Locke 阅读全文
posted @ 2016-11-19 21:44 ShinyBoy1 阅读(715) 评论(0) 推荐(0) 编辑