Skip to content

Commit 4bc9889

Browse files
authored
为print方法添加括号,使其适用于python3.x
1 parent a7febd8 commit 4bc9889

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

coordTransform_utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,4 +172,4 @@ def out_of_china(lng, lat):
172172

173173
g = Geocoding('API_KEY') # 这里填写你的高德api的key
174174
result7 = g.geocode('北京市朝阳区朝阳公园')
175-
print result1, result2, result3, result4, result5, result6, result7
175+
print(result1, result2, result3, result4, result5, result6, result7)

0 commit comments

Comments
 (0)