第六週作業(1,2【沒有】)——高級編程技術

一、第十一章作業。 11-1 city_functions.py: def city_country(city, country, population): cityCountry = city.title() + ", " + country.title()  return cityCountry test_cities.py: import unittest from city_functio
相關文章
相關標籤/搜索