-
Notifications
You must be signed in to change notification settings - Fork 85
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
Summary data from group #7
Labels
week03
Python and its data structures
Comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Exercise in the same groups that #5:
Using the fork of data structure for the group of people that you created earlier for Friend group data model #5, clone your fork locally if you havent already (or create new fork and add the code from the example solution if your group hadn't managed to create a solution)
Create a new branch from your team-named branch with your name only
Add some code that makes use of comprehension expressions to your
group.py
file so that it prints out the following when the script is run:Create a pull request (PR) from your branch to the original repository.
Add a meaningful title to that PR and a link to this issue:
Answers UCL-COMP0233-24-25/RSE-Classwork#7
Sample solution (with previously given sample data structure)
The text was updated successfully, but these errors were encountered: