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.