-
Notifications
You must be signed in to change notification settings - Fork 176
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
base: main
Are you sure you want to change the base?
Conor Barthel #166
Conversation
There was a problem hiding this 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 |
There was a problem hiding this comment.
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 |
There was a problem hiding this comment.
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"
Here is my finished M1 prework!