Learn
Lists and Functions
Strings in functions
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
!