Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- # Define create_spreadsheet():
- def create_spreadsheet(title, row_count):
- print("Creating a spreadsheet called "+title+" with "+str(row_count)+" rows")
- # Call create_spreadsheet() below with the required arguments:
- create_spreadsheet("Applications", 10)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement