Skip to content

Initial Commit #789

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

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

Conversation

clbmiami2004
Copy link

Initial commit

Initial commit
Created a list comprehension that created a list of names starting with the letters "D", "E", and "C, G".
Created a list comprehension that creates a list of tuples containing name and age, for example ("David", 31), for everyone between the ages of 27 and 32, inclusive.
Write a list comprehension that creates a list of new Humans like the old list, except with all the names uppercase and the ages with 5 added to them. The "humans" list should be unmodified.
Created a list comprehension that contains the square root of all the ages.
oop1 file finished.
Added method drive() that returns "vroooom"
Finished oop2 file.
Fixed Method on document oop2.py.
Updated cityreader file and added Stretch goal to file.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant