Lecture 9 Exercises

Write a function called int_return that takes an integer as input and returns the same integer.
Write a function called add that takes any number as its input and returns that sum with 2 added.
Write a function called s_change that takes one string as input and returns that string, concatenated with the string “for fun.”.