magnus@XPS-12:~/Documents/src/python$ ./fib.py
('Please specify a limit. E.g. "fib.py 13"', IndexError('list index out of range',))
magnus@XPS-12:~/Documents/src/python$ ./fib.py sdf
('Please specify a limit. E.g. "fib.py 13"', ValueError("invalid literal for int() with base 10: 'sdf'",))