def first_example (sentence) : return sentence print(first_example('This is my first return statement'))