07 2017 档案
摘要:#!/usr/bin/env python# -*- coding:utf-8 -*-# Author:Andy Chendata = { '北京':{ '海淀':{ '五道口':{ 'soho':{}, '网易':{}, 'google':{} }, '中关村':{ '爱奇艺':{}, '汽车之家
阅读全文
摘要:#!/usr/bin/env python# -*- coding:utf-8 -*-# Author:Andy Chenage_of_oldboy = 56for i in range(3): guess_age = int(raw_input("guess age:")) if guess_ag
阅读全文
摘要:#!/usr/bin/env python# -*- coding:utf-8 -*-# Author:Andy Chen age_of_oldboy = 56count = 0while count <3: guess_age = int(input("please input your numb
阅读全文
摘要:# !/usr/bin/env python# -*- conding: utf-8 -*-# Author:jack chen 2018/04/29_username = 'alex'_password = 'abc123'username = input("username:")password
阅读全文
摘要:#!/usr/bin/env python# -*- coding:utf-8 -*-# Author:Andy Chen import random#猜数字print">>>这是一个猜数字小游戏,游戏规则是系统给出一个0-9的数字,自己才一个数输入,如果三次以内猜中了就赢,否则就输。"s = ra
阅读全文
摘要:what is your name?:jackhow old are you?:22what is your job?:IThow much is salary?:6000 info of jack Name:jack Age:22 Job:IT Salary:6000
阅读全文

浙公网安备 33010602011771号