Assignment

Write a function three which takes one argument and always returns 3.

Example

>>> three("Hello")
3
>>> three(8)
3