Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

'help' #1625

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open

'help' #1625

Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion app/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ class Person:

def create_person_list(people: list) -> list:
# write your code here
pass
pass

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The create_person_list function is currently not implemented. You need to write the logic to create and return a list of Person objects based on the input people list. Ensure that you follow the task requirements for this implementation.

Loading