Skip to content

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