Skip to content

Latest commit

 

History

History

row_inserter

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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