Drop links or images here to add them to the editor.

Assignment

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

Example

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