《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
相關文章
相關標籤/搜索