Индекс списка с помощью for-loops python
#python #python-3.x #list #for-loop #attributes #python #python-3.x #Список #цикл for #атрибуты Вопрос: Это мой код: class People: def __repr__(self): return f"A('{self.name}', {self.age}, {self.height})" def __init__(self, name, age, height): self.name =…