Skip to content

Commit

Permalink
raised comments
Browse files Browse the repository at this point in the history
  • Loading branch information
Greshch committed Dec 10, 2024
1 parent e7c95b7 commit 3943c6d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions app/main.py
Original file line number Diff line number Diff line change
@@ -1,11 +1,9 @@
class Person:
people = {}
# people = []

def __init__(self, name: str, age: int) -> None:
self.name = name
self.age = age
# Person.people.append({"name": name, "age": age})
Person.people[name] = self


Expand Down

0 comments on commit 3943c6d

Please sign in to comment.