Posts by Alvaro • 1 point
1 post
-
-2
votes1
answer57
viewsQ: How to sort a list through an object attribute?
I am doing an activity, and wanted to make the list come out alphabetically from the name of the project, someone would have some solution ? class Projeto: def __init__(self, nomep, contato):…