第十一章作业

"""11.1 城市和国家""" #city_functions.py def city_country(city, country): result = city +", " + country return result #test_cities.py import unittest from chapter11 import city_country class CityTestCase(u
相关文章
相关标签/搜索