Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 567 Bytes

File metadata and controls

18 lines (14 loc) · 567 Bytes

Blank Row Inserter

Create a program blank_row_inserter.py that takes two integers and a filename string as command line arguments. Let’s call the first integer N and the second integer M. Starting at row N, the program should insert M blank rows into the spreadsheet.

Sample Output

sample

Before

spreadsheet

After

spreadsheet