Input how many numbers you want to generate in the Fibonacci sequence. And the cat will generate it for u. If you enter a very very large number, cat gets stuck in infinity. I will add a constraint soon to not allow numbers more than may be 500. How it works? It adds the numbers 0 and 1 and then adds the result to the last number. repeats.
Took me almost an hour to make