自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(7)
  • 收藏
  • 关注

原创 高级编程技术 第六周作业

第十一章11.1city_functions.pydef get_city_country(city, country): city_country = city + ', ' + country return city_country.title()test_cities.pyimport unittestfrom city_functions import get_city_coun...

2018-04-16 01:48:41 219

原创 高级编程技术 第五周作业

第九章9-1class Restaurant(): def __init__(self, restaurant_name, restaurant_type): self.restaurant_name = restaurant_name self.restaurant_type = restaurant_type def describe_restaurant(self): pr...

2018-04-09 01:23:27 161

原创 高级编程技术 第四周作业

第七章7-1car = input ("What kind of cars do you want? ")print ("Let me see if I can find you a " + car + ".")7-2number = input ("How many of you are coming here? ")number = int (number)if number > ...

2018-04-01 19:54:18 224

原创 高级编程技术 第三周作业

一.第四周5-1name = 'Jack'sex = 'male'age = 20car = 'subaru'height = 180print ("Is name == 'Jack'? I predict True")print (name == 'Jack')print ("\nIs name == 'Tom'? I predict False")print (name ==...

2018-03-25 18:03:18 309

原创 高级编程技术 第二周作业

第3章第4章

2018-03-18 21:17:57 219

原创 高级编程技术作业2018/3/11

一.浏览Python主页(https://www.python.org/),在博客上写下你有哪些发现和收获Python主页上介绍了很多关于Python的基础内容,对我们这些初学者来说十分有用。还有社区方便Python的使用者们进行交流,上边还有关于Python的新闻(News)和成功的案例(Success Stories)让我了解到了Python的应用很广泛,而且功能十分强大。二.假设你已经成为一...

2018-03-11 19:57:57 191

原创 计算机的发展历史

计算机的发展历史

2016-10-08 13:50:53 4481 12

空空如也

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除