/LookAndSayPython

Look And Say Sequence in Python with starting Numbers and Rows as Input. All Rows printed.

Primary LanguagePython

The Look-and-Say Sequence, sometimes also reffered to as Morris Number Sequence or Conway Sequence in Python.
Wikipedia

In this version both the starting Numbers and amount of rows are asked to input.
All rows including the starting one are then printed as Lists in seperate lines.