Your turn
Lesson 8 of 19 in Coddy's Into the Past || Complete Beginner for Python Strings course.
In python an argument is a powerful tool. An argument enables you to pass information into a function and reference and use inside the function
Challenge
EasyCreate a function that excepts one argument
You are now becoming more comfortable with what a python function needs to contain.
Now you are going to create a function that will except one argument and then return the argument
Example:
Input - I did it
Expected Output - I did it
Name the function again
Try it yourself
#write your code below