《Python编程》第十一章部分课后练习题

#11-1 城市和国家:python 代码:code #11-1 城市和国家 def city_country(city, country): return city.title() + ', ' + country.title() import unittest class TestCites(unittest.TestCase): def test_city_country(se
相关文章
相关标签/搜索