MASTERY TOPICS AND CHALLENGES 

Mastery Topic #6 Calling Functions In Challenge #5 we ask initially to the user for a string which is going to be recorded in a variable. Later on we call the function by printing the name of the functions which is written in these case at the top of the code structure and is named translate. So we print(translate(string)) and that right there is going to call into action the function. Mastery Topic #7 Creating Functions The functions need to follow a initially stated structure as def name(variable): followed by a return. The function has the ability to be called a many times asking for a variable to be plugged in. Return means what is the functions going to hand in to te user after the functions is called. So the user needs to put the name of the variabe the functions is going to work for.

Challenge #1

ch1-code

ch1-ss

Challenge #2

ch2-code

ch2-ss

Challenge #3

ch3-code

ch3-ss

Challenge #4

ch4-code

ch4-ss

Challenge #5

ch5-code

ch5-ss

LINK TO MY GITHUB REPOSITORY:

https://github.com/eugchavez16/The-Challenge-

Any Questions Please Ask!

Leave a comment