Skip to content

Commit dacf530

Browse files
authored
Merge pull request #15 from mss12138/patch-6
Update 8-5.py
2 parents aca8dff + bd65132 commit dacf530

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

chapter08/8-5.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
def describe_city(cityname,contury='china'):
2-
print(cityname.title + " is in " + contury.title)
2+
print(cityname.title + " is in " + contury.title + ".")
33

44
describe_city('beijing')
55
describe_city('NewYork','American')
6-
describe_city('chengdu')
6+
describe_city('chengdu')

0 commit comments

Comments
 (0)