Skip to content

Conor Barthel#166

Open
conorbarthel wants to merge 15 commits intoturingschool:mainfrom
conorbarthel:main
Open

Conor Barthel#166
conorbarthel wants to merge 15 commits intoturingschool:mainfrom
conorbarthel:main

Conversation

@conorbarthel
Copy link

Here is my finished M1 prework!

Copy link

@corneliusellen corneliusellen left a comment

Choose a reason for hiding this comment

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

Conor I just had a chance to go over your prework and you are officially turing ready! I added some comments to a few sections for areas to work on or adjustments to make before starting Mod 1. Keep up the hard work moving forward and let me know if you have any questions.


# Build a Bear

#defines a method build_a_bear with inputs of name, age, fur, clothes, special_power

Choose a reason for hiding this comment

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

A more technical way to say this would be "defines a method build_a_bear with parameters of name, age, fur, clothes, special_power"


#defines a method build_a_bear with inputs of name, age, fur, clothes, special_power
def build_a_bear(name, age, fur, clothes, special_power)
#saves variable greeting as a string interpolating the name input

Choose a reason for hiding this comment

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

A more technical way to say this would be "declare a variable greeting"

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.

2 participants