自定义博客皮肤VIP专享

*博客头图:

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

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

博客底图:

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

栏目图:

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

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

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

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

第十一章11.1city_functions.pydef get_city_country(city, country): city_country = city + ', ' + country return city_country.title()test_cities.pyimport unittest from 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

空空如也

空空如也

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

TA关注的人

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