Tue May 30 2017
Copied to clipboard! Copy reply
  • 1
  • 2
  • 3
  • 4
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'",))