Пока не осилил и первую часть задачи:
Igor = ('Игорь', 'Семенов', 22) Vitaliy = ('Виталий', 'Вайлдгейм', 24) Alexander = ('Александр', 'Капустин', 21) Alexey = ('Алексей', 'Иванов', 22) people = (Igor, Vitaliy, Alexander, Alexey) summ = 0 for item in people[2]: if item == None: continue summ = summ + (sum(people[2]) / len(people[2])) print(summ)
Плиз хэлп(