Skip to content
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

Conor Barthel #166

Open
wants to merge 15 commits into
base: main
Choose a base branch
from
Open

Conor Barthel #166

wants to merge 15 commits into from

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.

@@ -3,41 +3,63 @@
# Use the # to create a new comment

# 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"

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