-
Notifications
You must be signed in to change notification settings - Fork 29
TASK: Implement copy() method to the Person class #143
Copy link
Copy link
Open
Labels
featureNew feature or enhancementNew feature or enhancementgood first issueGood for newcomersGood for newcomershelp wantedExtra attention is neededExtra attention is neededtaskThis is a task issue / PR completing a taskThis is a task issue / PR completing a task🐜 Lower IntermediateGood for growing devs with some confidence in programmingGood for growing devs with some confidence in programming🦟 IntermediateGood for growing devs who've been coding for a whileGood for growing devs who've been coding for a while
Description
Metadata
Metadata
Assignees
Labels
featureNew feature or enhancementNew feature or enhancementgood first issueGood for newcomersGood for newcomershelp wantedExtra attention is neededExtra attention is neededtaskThis is a task issue / PR completing a taskThis is a task issue / PR completing a task🐜 Lower IntermediateGood for growing devs with some confidence in programmingGood for growing devs with some confidence in programming🦟 IntermediateGood for growing devs who've been coding for a whileGood for growing devs who've been coding for a while
Leave a comment if you want to work on this task!
Difficulty: Lower Intermediate to Intermediate
TODO:
copy()method to thePersonclass inperson.py.deepparameter of typeboolthat defaults toTrue. This determines whether all other mutable instance attributes should also be copied.PR steps:
feature/copy-methodTASK: Implement `copy()` method to the `Person` class (#143)Closes #143Please make sure you have read the Contributing Guidelines before working.
Feel free to ask any questions here!
If you are interested in working on this task,
please leave a comment requesting assignment to explicitly let others know the task is taken and prevent duplicate PRs.