motto = 'spam'
pork = 'ham'
food = 'eggs'
print('That is %d %s bird!' % (1, 'dead'))
print('%(qty)d more %(food)s' % {'qty': 1, 'food': motto})
print('{motto}, {0} and {food}'.format(pork, motto=motto, food=food))
print('%(motto)s, %(pork)s and %(food)s' % dict(motto=motto, pork=pork, food=food))
с помощью members_list.remove( member.name ), но в этом случае удаляется первый в списке участник, а нужно, чтобы тот, кто вышел.
родительский модуль должен быть явно импортирован абсолютно перед выполнением относительного импорта