start.py 文件源码

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

项目:pyFootball 作者: JustnAugr 项目源码 文件源码
def new_game():
    global user
    name = click.prompt('\nCongratulations on becoming a manager! What is your name?', confirmation_prompt=True)
    user = gen.Manager(name)
    print('\n')
    click.clear()
    print('Here are the list of teams in the league:')
    for n in range(10):
       print('%s) %s' % (str(n + 1), user.get_league().get_team_list()[n].get_name()))
    team_selection()
评论列表
文章目录


问题


面经


文章

微信
公众号

扫码关注公众号