Learn
This is a basic recap on using strings in functions.
Instructions
1.
Write a function called string_function
that takes in a string argument (s
) and then return
s that argument concatenated with the word 'world'
. Don’t add a space before world
!
Take this course for free
By signing up for Codecademy, you agree to Codecademy's Terms of Service & Privacy Policy.