Skip to content

Sully Birashk#164

Open
SullyBirashk wants to merge 8 commits intoturingschool:mainfrom
SullyBirashk:main
Open

Sully Birashk#164
SullyBirashk wants to merge 8 commits intoturingschool:mainfrom
SullyBirashk:main

Conversation

@SullyBirashk
Copy link

No description provided.

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.

Hey Sully, 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

# Creating a function called build_a_bear with 5 Arguments called name, age, fur,
# clothes, and special_power.

Choose a reason for hiding this comment

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

These are called parameters. Arguments are the values that you actually pass into the method (i.e. on lines 38 and 40). Parameters and arguments are 2 sides of the same coin, so to speak.

end

# Your function should include an if/else statement that meets the following criteria
if danger_level < 50

Choose a reason for hiding this comment

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

What if danger_level == 50 ?

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