Сообщество IT-специалистов
Ответы на любые вопросы об IT
Профессиональное развитие в IT
Удаленная работа для IT-специалистов
TypeError: unsupported operand type(s) for *: 'float' and 'method'
for i in api.followers(u): f=subscribe(i, me, s)
def subscribe(i, me, s=[]): if i.followers_count>=0.5*i.friends and i.followers_count>=5000: #Ошибка здесь