Add One
Geoffrey Challen // 1.0
Write a function called add_one
that takes a single int
argument and returns the result of adding 1 to it.
Write a function called add_one
that takes a single int
argument and returns the result of adding 1 to it.