helpers.py 文件源码

python
阅读 30 收藏 0 点赞 0 评论 0

项目:tellmeabout.coffee 作者: billyfung 项目源码 文件源码
def country_from_name(name):
    countrydict = COUNTRY_DICT
    is_country_in_here = [x for x in countrydict.keys() if x in name.lower()]
    country = ''
    if is_country_in_here:
        country = string.capwords(is_country_in_here[0])
    return country
评论列表
文章目录


问题


面经


文章

微信
公众号

扫码关注公众号